Skip to content

Commit

Permalink
registry: add asynclocalfs to the registry (#1060)
Browse files Browse the repository at this point in the history
* registry: add asynclocalfs to the registry

* Update fsspec/registry.py
  • Loading branch information
skshetry committed Oct 3, 2022
1 parent 2034706 commit 3969aaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fsspec/registry.py
Expand Up @@ -145,6 +145,10 @@ def register_implementation(name, cls, clobber=True, errtxt=None):
"class": "ocifs.OCIFileSystem",
"err": "Install ocifs to access OCI Object Storage",
},
"asynclocal": {
"class": "morefs.asyn_local.AsyncLocalFileSystem",
"err": "Install 'morefs[asynclocalfs]' to use AsyncLocalFileSystem",
},
"adl": {
"class": "adlfs.AzureDatalakeFileSystem",
"err": "Install adlfs to access Azure Datalake Gen1",
Expand Down

0 comments on commit 3969aaf

Please sign in to comment.