Skip to content

Commit

Permalink
fix: import future annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban authored Nov 28, 2023
1 parent 6380a1c commit cea2cee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdcflows/utils/wrangler.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# https://www.nipreps.org/community/licensing/
#
"""Find fieldmaps on the BIDS inputs for :abbr:`SDC (susceptibility distortion correction)`."""
from __future__ import annotations
import logging
from functools import reduce
from itertools import product
Expand Down

0 comments on commit cea2cee

Please sign in to comment.