pipeline: remove extra empty line

More PEP-8. No semantic change.
This commit is contained in:
Christian Kellner 2020-07-07 17:21:31 +02:00 committed by David Rheinsberg
parent a505a82169
commit 9fd28c8c21

View file

@ -240,7 +240,6 @@ class Pipeline:
tree = object_store.new()
return results, build_tree, tree
# Create a new tree. The base is our tree_id because if that
# is already in the store, we can short-circuit directly and
# exit directly; `tree` is then used to read the tree behind