Skip to content

Commit

Permalink
Update fsspec/caching.py
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Gokaslan <[email protected]>
  • Loading branch information
DimitriPapadopoulos and Skylion007 committed May 21, 2024
1 parent abd9cd3 commit 45cd047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsspec/caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def __init__(

self.data = dict(zip(offsets, blocks))
else:
self.data = dict()
self.data = {}

def _fetch(self, start: int | None, stop: int | None) -> bytes:
if start is None:
Expand Down

0 comments on commit 45cd047

Please sign in to comment.