mark: fix introduced linting error
This commit is contained in:
parent
1812387bf0
commit
45524241a5
|
@ -145,7 +145,7 @@ if _PY3:
|
|||
else:
|
||||
STRING_TYPES = bytes, str, unicode
|
||||
|
||||
from itertools import imap
|
||||
from itertools import imap # NOQA
|
||||
|
||||
def _escape_strings(val):
|
||||
"""In py2 bytes and str are the same type, so return if it's a bytes
|
||||
|
|
Loading…
Reference in New Issue