Skip to content

Commit e51a1ea

Browse files
committed
format func init
1 parent 7baa38d commit e51a1ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rbc/core/functional/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
from .initialization import scale, truncate_trs
1111
from .motion import generate_motion_reference, motion_correction
1212

13-
__all__ = ["truncate_trs", "scale", "generate_motion_reference", "motion_correction"]
13+
__all__ = ["generate_motion_reference", "motion_correction", "scale", "truncate_trs"]

0 commit comments

Comments
 (0)