Skip to content

Commit dc248ac

Browse files
authored
Merge pull request #1 from jkulhanek/patch-2
Add implementation for wandb
2 parents ab4bcad + 65be76e commit dc248ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fsspec/registry.py

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def register_implementation(name, cls, clobber=True, errtxt=None):
135135
},
136136
"s3": {"class": "s3fs.S3FileSystem", "err": "Install s3fs to access S3"},
137137
"s3a": {"class": "s3fs.S3FileSystem", "err": "Install s3fs to access S3"},
138+
"wandb": {"class": "wandbfs.WandbFS", "err": "Install wandbfs to access wandb"},
138139
"adl": {
139140
"class": "adlfs.AzureDatalakeFileSystem",
140141
"err": "Install adlfs to access Azure Datalake Gen1",

0 commit comments

Comments
 (0)