We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78cf39b commit 6e549fdCopy full SHA for 6e549fd
fsspec/caching.py
@@ -7,7 +7,7 @@
7
import os
8
import threading
9
import warnings
10
-from itertools import groupby, filterfalse
+from itertools import groupby
11
from operator import itemgetter
12
from concurrent.futures import Future, ThreadPoolExecutor
13
from typing import (
0 commit comments