Skip to content

Commit 4552424

Browse files
mark: fix introduced linting error
1 parent 1812387 commit 4552424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_pytest/compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _escape_strings(val):
145145
else:
146146
STRING_TYPES = bytes, str, unicode
147147

148-
from itertools import imap
148+
from itertools import imap # NOQA
149149

150150
def _escape_strings(val):
151151
"""In py2 bytes and str are the same type, so return if it's a bytes

0 commit comments

Comments
 (0)