Skip to content

Commit

Permalink
updated import location for fileformats Xml and Dicom
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Sep 5, 2023
1 parent ca60a9e commit 4ecf344
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/pkg_gen/create_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
import fileformats.core.mixin
from fileformats.generic import File
from fileformats.medimage import Nifti1, NiftiGz, Bval, Bvec
from fileformats.misc import Dicom
from fileformats.application import Dicom, Xml
from fileformats.text import TextFile
from fileformats.datascience import TextMatrix, DatFile
from fileformats.serialization import Xml
import nipype.interfaces.base.core
from nipype2pydra.task import (
InputsConverter,
Expand Down

0 comments on commit 4ecf344

Please sign in to comment.