We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff44c00 commit 52072e7Copy full SHA for 52072e7
roundup/rest.py
@@ -55,7 +55,7 @@
55
56
# Py3 compatible basestring
57
try:
58
- basestring
+ basestring # noqa: B018
59
except NameError:
60
basestring = str
61
unicode = str
0 commit comments