Skip to content

Commit 12b7f94

Browse files
authored
[Python3] Lint fix (swiftlang#33099)
Remove redundant import
1 parent ab861d5 commit 12b7f94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Incremental/Verifier/gen-output-file-map.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def main(arguments):
6565
# TODO: this is for python 2 and python 3 compatibility. Once Python 2 is
6666
# removed, this function can be removed.
6767
def to_unicode(r):
68-
import sys
6968
if sys.version_info[0] < 3:
7069
return unicode(r)
7170
return str(r)

0 commit comments

Comments
 (0)