Skip to content

Commit fe134f0

Browse files
committed
remove meaningless comment
1 parent 76c056b commit fe134f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scrapinghub/hubstorage/collectionsrt.py

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def _allows_mpack(self, path=None):
3434
"""
3535
if not MSGPACK_AVAILABLE:
3636
return False
37-
# path
3837
path = urlpathjoin(path or '')
3938
match = COLLECTIONS_MSGPACK_REGEX.match(path)
4039
# count endpoint doesn't support msgpack

0 commit comments

Comments
 (0)