mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 20:31:32 +08:00
flake8 config: remove line that exists only for Python-2 checking (#7570)
This commit is contained in:
@@ -11,7 +11,7 @@ else:
|
||||
unicode = unicode
|
||||
unichr = unichr
|
||||
basestring = basestring
|
||||
interactive_prompt = raw_input
|
||||
interactive_prompt = raw_input # noqa: F821 # exists as a builtin in Python 2, but not in Python 3
|
||||
from StringIO import StringIO as StringIO
|
||||
|
||||
from HTMLParser import HTMLParser as HTMLParser
|
||||
|
||||
Reference in New Issue
Block a user