Skip to content

Commit 159cd69

Browse files
Update fsspec/implementations/chained.py
Co-authored-by: Martin Durant <[email protected]>
1 parent 710f9cd commit 159cd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/implementations/chained.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77

88
class ChainedFileSystem(AbstractFileSystem):
9-
chained: ClassVar[str] = "chained"
9+
protocol: ClassVar[str] = "chained"

0 commit comments

Comments
 (0)