Skip to content

Commit 6e549fd

Browse files
committed
Remove unused import.
1 parent 78cf39b commit 6e549fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/caching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88
import threading
99
import warnings
10-
from itertools import groupby, filterfalse
10+
from itertools import groupby
1111
from operator import itemgetter
1212
from concurrent.futures import Future, ThreadPoolExecutor
1313
from typing import (

0 commit comments

Comments
 (0)