mark: fix introduced linting error

This commit is contained in:
Ronny Pfannschmidt 2016-09-08 10:16:45 +02:00
parent 1812387bf0
commit 45524241a5
1 changed files with 1 additions and 1 deletions

View File

@ -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