Skip to content

Commit ff6fcf1

Browse files
committed
ignore type
1 parent 63bbde8 commit ff6fcf1

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
@@ -1344,7 +1344,7 @@ def iterdir(
13441344
extensions: str | Iterable[str] | None = None,
13451345
glob: str | None = None,
13461346
storage_options: StorageOptions | None = None,
1347-
) -> FilePath | list[FilePath] | ReadCsvBuffer[bytes] | ReadCsvBuffer[str]: # type: ignore[assignment]
1347+
) -> FilePath | list[FilePath] | ReadCsvBuffer[bytes] | ReadCsvBuffer[str]:
13481348
"""Yield file paths in a directory (no nesting allowed).
13491349
13501350
Supports:

0 commit comments

Comments
 (0)