Skip to content

Commit bd086f9

Browse files
committed
remove unused packages
1 parent 5375f36 commit bd086f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nipype/interfaces/fsl/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
2727
"""
2828
from __future__ import print_function, division, unicode_literals, absolute_import
29-
from builtins import open, object
3029

3130
from glob import glob
3231
import os
@@ -68,7 +67,6 @@ class Info(PackageInfo):
6867
def parse_version(raw_info):
6968
return raw_info.splitlines()[0]
7069

71-
7270
@classmethod
7371
def output_type_to_ext(cls, output_type):
7472
"""Get the file extension for the given output type.

0 commit comments

Comments
 (0)