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. ...@@ -9,8 +9,6 @@ time series from a MELODIC ``.ica`` directory.
""" """
from __future__ import print_function
import os.path as op import os.path as op
import sys import sys
import argparse import argparse
......
...@@ -12,8 +12,6 @@ The :func:`main` function is essentially a wrapper around the ...@@ -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 os.path as op
import sys import sys
import warnings import warnings
......
...@@ -9,8 +9,6 @@ NIFTI/ANALYZE image files. ...@@ -9,8 +9,6 @@ NIFTI/ANALYZE image files.
""" """
from __future__ import print_function
import sys import sys
import warnings import warnings
import fsl.utils.path as fslpath import fsl.utils.path as fslpath
......
...@@ -13,8 +13,6 @@ The :func:`main` function is essentially a wrapper around the ...@@ -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 os.path as op
import sys import sys
import warnings import warnings
......
...@@ -9,14 +9,11 @@ files. ...@@ -9,14 +9,11 @@ files.
""" """
from __future__ import print_function
import itertools as it import itertools as it
import os.path as op import os.path as op
import os import os
import sys import sys
import warnings import warnings
import contextlib
import fsl.utils.path as fslpath 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