Skip to content

Commit 5e3728e

Browse files
STY: Apply ruff rule RUF022
RUF022 `__all__` is not sorted
1 parent a9841f4 commit 5e3728e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/ants/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
)
5151

5252
__all__ = [
53-
"AffineInitializer",
5453
"AI",
5554
"ANTS",
55+
"AffineInitializer",
5656
"AntsJointFusion",
5757
"ApplyTransforms",
5858
"ApplyTransformsToPoints",

0 commit comments

Comments
 (0)