Skip to content

Commit d6f3a5c

Browse files
committed
remove unused dep
1 parent d2925bc commit d6f3a5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/io/parsers/arrow_parser_wrapper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ def _get_pyarrow_options(self) -> None:
6262
"""
6363
Rename some arguments to pass to pyarrow
6464
"""
65-
pa = import_optional_dependency("pyarrow")
66-
6765
mapping = {
6866
"usecols": "include_columns",
6967
"na_values": "null_values",

0 commit comments

Comments
 (0)