We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c056b commit fe134f0Copy full SHA for fe134f0
scrapinghub/hubstorage/collectionsrt.py
@@ -34,7 +34,6 @@ def _allows_mpack(self, path=None):
34
"""
35
if not MSGPACK_AVAILABLE:
36
return False
37
- # path
38
path = urlpathjoin(path or '')
39
match = COLLECTIONS_MSGPACK_REGEX.match(path)
40
# count endpoint doesn't support msgpack
0 commit comments