mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Python: flake8] Appease the utils/python_lint.py script.
This commit is contained in:
@@ -7,13 +7,16 @@ from __future__ import print_function
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
import textwrap
|
||||
import tokenize
|
||||
from bisect import bisect
|
||||
|
||||
|
||||
try:
|
||||
from cStringIO import StringIO
|
||||
except ImportError:
|
||||
from io import StringIO
|
||||
import textwrap
|
||||
import tokenize
|
||||
from bisect import bisect
|
||||
|
||||
|
||||
try:
|
||||
basestring
|
||||
|
||||
Reference in New Issue
Block a user