Skip to content

Commit a3eebbb

Browse files
committed
fix error msg
1 parent 47e47a2 commit a3eebbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,7 @@ def iterdir(
14301430
)
14311431

14321432
# Remote paths
1433-
fsspec = import_optional_dependency("fsspec", extra=scheme)
1433+
fsspec = import_optional_dependency("fsspec")
14341434

14351435
# GH #11071
14361436
# Two legacy S3 protocols (s3n and s3a) are replaced with s3

0 commit comments

Comments
 (0)