Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Jun 8, 2017
1 parent ab4ddde commit 4385c0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions qipipe/pipeline/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
from nipype.interfaces.utility import (IdentityInterface, Function)
from nipype.interfaces.dcmstack import DcmStack
import qixnat
from ..interfaces import (
StickyIdentityInterface, FixDicom, Compress, XNATFind, XNATUpload
)
from ..interfaces import (StickyIdentityInterface, FixDicom, Compress)
from .workflow_base import WorkflowBase
from ..helpers.logging import logger
from ..staging import iterator
Expand Down

0 comments on commit 4385c0b

Please sign in to comment.