Skip to content
Snippets Groups Projects
Commit e430a1bc authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNTT: unused import, no py2 support

parent 15243a3f
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,6 @@ time series from a MELODIC ``.ica`` directory.
"""
from __future__ import print_function
import os.path as op
import sys
import argparse
......
......@@ -12,8 +12,6 @@ The :func:`main` function is essentially a wrapper around the
"""
from __future__ import print_function
import os.path as op
import sys
import warnings
......
......@@ -9,8 +9,6 @@ NIFTI/ANALYZE image files.
"""
from __future__ import print_function
import sys
import warnings
import fsl.utils.path as fslpath
......
......@@ -13,8 +13,6 @@ The :func:`main` function is essentially a wrapper around the
"""
from __future__ import print_function
import os.path as op
import sys
import warnings
......
......@@ -9,14 +9,11 @@ files.
"""
from __future__ import print_function
import itertools as it
import os.path as op
import os
import sys
import warnings
import contextlib
import fsl.utils.path as fslpath
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment