Skip to content

Commit 66c5d83

Browse files
committed
fix lint
1 parent 8d92964 commit 66c5d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/implementations/tests/test_cached.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,6 @@ def test_add_file_to_cache_after_save(local_filecache):
328328
"filecache",
329329
target_protocol="file",
330330
cache_storage=cache_location,
331-
do_not_use_cache_for_this_instance=True, # using FS from cache is masking the issue
331+
do_not_use_cache_for_this_instance=True, # cache is masking the issue
332332
)
333333
assert len(fs2.cached_files[-1]) == 1

0 commit comments

Comments
 (0)