Skip to content

Commit 52072e7

Browse files
committed
chore(ruff): suppress py2/py3 compatibility code thought useless
1 parent ff44c00 commit 52072e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
# Py3 compatible basestring
5757
try:
58-
basestring
58+
basestring # noqa: B018
5959
except NameError:
6060
basestring = str
6161
unicode = str

0 commit comments

Comments
 (0)