Skip to content

Commit

Permalink
🐛 Fix circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Jul 8, 2024
1 parent f194377 commit af65a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPAC/utils/interfaces/function/seg_preproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
"""Function interfaces for seg_preproc."""

from CPAC.utils.interfaces import Function
from CPAC.utils.interfaces.function.function import Function


def pick_tissue_from_labels_file_interface(input_names=None):
Expand Down

0 comments on commit af65a2e

Please sign in to comment.