Skip to content

Commit dae534f

Browse files
committed
flake8
1 parent 7d4bfe1 commit dae534f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/metadata_template/prep_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ def _get_predecessors(workflow, node):
805805
# hidden and a successs but that do not have outputs are jobs which
806806
# resulting artifacts (outputs) were deleted
807807
for j in prep_jobs if j.status == 'success' and not j.hidden
808-
and j.outputs}
808+
and j.outputs}
809809

810810
# 2.
811811
pt_dt = self.data_type()

0 commit comments

Comments
 (0)