Skip to content

Commit 5577251

Browse files
author
marine chaput
committed
fix lint
1 parent d193f04 commit 5577251

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

fsspec/registry.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"memory": {"class": "fsspec.implementations.memory.MemoryFileSystem"},
1515
"dropbox": {
1616
"class": "dropboxdrivefs.DropboxDriveFileSystem",
17-
"err": 'DropboxFileSystem requires "dropboxdrivefs", "requests" and "dropbox" to be installed',
17+
"err": (
18+
'DropboxFileSystem requires "dropboxdrivefs",'
19+
'"requests" and "dropbox" to be installed'
20+
),
1821
},
1922
"http": {
2023
"class": "fsspec.implementations.http.HTTPFileSystem",

0 commit comments

Comments
 (0)