Skip to content

Commit a95af89

Browse files
committed
Fix import ordering in template test
1 parent 669d123 commit a95af89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/orchestration/test_longitudinal_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import pytest
1111

1212
from rbc.orchestration import Filters
13-
from rbc.orchestration.longitudinal.template import setup_freesurfer_auth, run
13+
from rbc.orchestration.longitudinal.template import run, setup_freesurfer_auth
1414

1515
if TYPE_CHECKING:
1616
from pathlib import Path

0 commit comments

Comments
 (0)