Skip to content

Commit 6b3b6c4

Browse files
committed
tests: fix typing issue on python3.9
1 parent 48d5fa8 commit 6b3b6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class InstanceCacheInspector:
3535

3636
@staticmethod
3737
def classes_from_refs(
38-
cls_reference: tuple[str | type[fsspec.AbstractFileSystem], ...],
38+
cls_reference: "tuple[str | type[fsspec.AbstractFileSystem], ...]",
3939
/,
4040
*,
4141
empty_is_all: bool = True,

0 commit comments

Comments
 (0)