Skip to content

Commit fd482e8

Browse files
committed
Update ParserWarning Import
1 parent f157b19 commit fd482e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers/arrow_parser_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from pandas._config import using_pyarrow_string_dtype
77

88
from pandas._libs import lib
9-
from pandas._libs.parsers import ParserWarning
109
from pandas.compat._optional import import_optional_dependency
10+
from pandas.errors import ParserWarning
1111
from pandas.util._exceptions import find_stack_level
1212

1313
from pandas.core.dtypes.inference import is_integer

0 commit comments

Comments
 (0)