Skip to content

Commit

Permalink
SQUASH: noqa import lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nbokulich committed Jun 7, 2024
1 parent d8ea2b4 commit bb4148a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rescript/tests/test_cross_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import_data = qiime2.Artifact.import_data

try:
from qiime2.plugins import longitudinal
from qiime2.plugins import longitudinal # noqa
import_q2l = True
except ImportError:
import_q2l = False
Expand Down
2 changes: 1 addition & 1 deletion rescript/tests/test_evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import_data = qiime2.Artifact.import_data

try:
from qiime2.plugins import longitudinal
from qiime2.plugins import longitudinal # noqa
import_q2l = True
except ImportError:
import_q2l = False
Expand Down

0 comments on commit bb4148a

Please sign in to comment.