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 7e12450 commit bd8e26cCopy full SHA for bd8e26c
fsspec/conftest.py
@@ -92,7 +92,7 @@ def clear(
92
93
def gather_counts(
94
self,
95
- *cls_reference: str | type[fsspec.AbstractFileSystem],
+ *cls_reference: "str | type[fsspec.AbstractFileSystem]",
96
omit_zero: bool = True,
97
recursive: bool = True,
98
) -> dict[str, int]:
0 commit comments