mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Python: flake8] Appease the utils/python_lint.py script.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
import sys
|
||||
from datetime import date
|
||||
|
||||
from sphinx.highlighting import lexers
|
||||
|
||||
# If extensions (or modules to document with autodoc) are in another directory,
|
||||
|
||||
@@ -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