Skip to content

Commit df147de

Browse files
Apply ruff/isort rule I001
I001 Import block is un-sorted or un-formatted
1 parent 42ae276 commit df147de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mriqc/tests/test_parser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323

2424
"""Test parser."""
2525

26-
import pytest
2726
from pathlib import Path
2827

28+
import pytest
29+
2930
from mriqc.cli.parser import _build_parser
3031

3132
MIN_ARGS = ['bids_dir', 'out', 'participant']

0 commit comments

Comments
 (0)