Skip to content

Commit bd8e26c

Browse files
committed
tests: conftest fix typing issue
1 parent 7e12450 commit bd8e26c

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
@@ -92,7 +92,7 @@ def clear(
9292

9393
def gather_counts(
9494
self,
95-
*cls_reference: str | type[fsspec.AbstractFileSystem],
95+
*cls_reference: "str | type[fsspec.AbstractFileSystem]",
9696
omit_zero: bool = True,
9797
recursive: bool = True,
9898
) -> dict[str, int]:

0 commit comments

Comments
 (0)