From 8655a9e0e03778feed8261643c5a00ca59858f90 Mon Sep 17 00:00:00 2001 From: Basile Date: Tue, 15 Aug 2023 09:39:54 -0400 Subject: [PATCH] Update niworkflows/interfaces/gradunwarp.py Co-authored-by: Chris Markiewicz --- niworkflows/interfaces/gradunwarp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niworkflows/interfaces/gradunwarp.py b/niworkflows/interfaces/gradunwarp.py index 4b37604e02a..7744f8ff9ad 100644 --- a/niworkflows/interfaces/gradunwarp.py +++ b/niworkflows/interfaces/gradunwarp.py @@ -21,7 +21,7 @@ # https://www.nipreps.org/community/licensing/ # """GradUnwarp interface.""" -from nipype.utils.filemanip import fname_presuffix +from pathlib import Path from nipype.interfaces.base import ( traits, TraitedSpec,