Skip to content

Commit 24449b4

Browse files
committed
LINT: flake8
1 parent ffed584 commit 24449b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiita_db/artifact.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,8 +1463,8 @@ def prep_templates(self):
14631463
FROM qiita.preparation_artifact
14641464
WHERE artifact_id = %s"""
14651465
qdb.sql_connection.TRN.add(sql, [self.id])
1466-
templates = [qdb.metadata_template.prep_template.PrepTemplate(pt_id)
1467-
for pt_id in qdb.sql_connection.TRN.execute_fetchflatten()]
1466+
templates = [qdb.metadata_template.prep_template.PrepTemplate(pt_id) # noqa
1467+
for pt_id in qdb.sql_connection.TRN.execute_fetchflatten()] # noqa
14681468

14691469
if len(templates) > 1:
14701470
# We never expect an artifact to be associated with multiple

0 commit comments

Comments
 (0)