Skip to content

Commit d193f04

Browse files
author
marine chaput
committed
Modify class name and error message for the dropbox implementation
1 parent 7f6a462 commit d193f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fsspec/registry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"file": {"class": "fsspec.implementations.local.LocalFileSystem"},
1414
"memory": {"class": "fsspec.implementations.memory.MemoryFileSystem"},
1515
"dropbox": {
16-
"class": "fsspec.implementations.dropboxdrivefs.DropboxDriveFileSystem",
17-
"err": 'DropboxFileSystem requires "requests" and "dropbox" to be installed',
16+
"class": "dropboxdrivefs.DropboxDriveFileSystem",
17+
"err": 'DropboxFileSystem requires "dropboxdrivefs", "requests" and "dropbox" to be installed',
1818
},
1919
"http": {
2020
"class": "fsspec.implementations.http.HTTPFileSystem",

0 commit comments

Comments
 (0)