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 710f9cd commit 159cd69Copy full SHA for 159cd69
fsspec/implementations/chained.py
@@ -6,4 +6,4 @@
6
7
8
class ChainedFileSystem(AbstractFileSystem):
9
- chained: ClassVar[str] = "chained"
+ protocol: ClassVar[str] = "chained"
0 commit comments