Skip to content

Commit cea2cee

Browse files
authored
fix: import future annotations
1 parent 6380a1c commit cea2cee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdcflows/utils/wrangler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
# https://www.nipreps.org/community/licensing/
2222
#
2323
"""Find fieldmaps on the BIDS inputs for :abbr:`SDC (susceptibility distortion correction)`."""
24+
from __future__ import annotations
2425
import logging
2526
from functools import reduce
2627
from itertools import product

0 commit comments

Comments
 (0)