Skip to content

Commit e968b8d

Browse files
committed
RF: Drop imports in checkspecs
1 parent b5ef915 commit e968b8d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/checkspecs.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# vi: set ft=python sts=4 ts=4 sw=4 et:
33
"""Attempt to check each interface in nipype
44
"""
5-
from __future__ import print_function, unicode_literals
6-
from builtins import object, str, bytes, open
7-
85
# Stdlib imports
96
import os
107
import re
@@ -223,7 +220,6 @@ def test_specs(self, uri):
223220
if not os.path.exists(nonautotest):
224221
cmd = [
225222
'# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT',
226-
'from __future__ import unicode_literals',
227223
'from ..%s import %s' % (uri.split('.')[-1], c), ''
228224
]
229225
cmd.append('\ndef test_%s_inputs():' % c)

0 commit comments

Comments
 (0)