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 93c7ba6 commit 06c4972Copy full SHA for 06c4972
1 file changed
smmap/util.py
@@ -26,7 +26,7 @@ def string_types():
26
if sys.version_info[0] >= 3:
27
return str
28
else:
29
- return basestring
+ return basestring # noqa: F821
30
31
32
def align_to_mmap(num, round_up):
0 commit comments