There was an error while loading. Please reload this page.
1 parent e79fe25 commit 066f038Copy full SHA for 066f038
1 file changed
smmap/buf.py
@@ -3,11 +3,6 @@
3
4
__all__ = ["SlidingWindowMapBuffer"]
5
6
-try:
7
- bytes
8
-except NameError:
9
- bytes = str
10
-
11
12
class SlidingWindowMapBuffer(object):
13
0 commit comments