Skip to content

Commit 1cc9298

Browse files
alimcmaster1CloseChoice
authored andcommitted
Remove unrequired imports (pandas-dev#33618)
1 parent bd3fd6f commit 1cc9298

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pandas/io/common.py

+1-9
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
Type,
2121
Union,
2222
)
23-
from urllib.parse import ( # noqa
24-
urlencode,
23+
from urllib.parse import (
2524
urljoin,
2625
urlparse as parse_url,
2726
uses_netloc,
@@ -32,13 +31,6 @@
3231

3332
from pandas._typing import FilePathOrBuffer
3433
from pandas.compat import _get_lzma_file, _import_lzma
35-
from pandas.errors import ( # noqa
36-
AbstractMethodError,
37-
DtypeWarning,
38-
EmptyDataError,
39-
ParserError,
40-
ParserWarning,
41-
)
4234

4335
from pandas.core.dtypes.common import is_file_like
4436

0 commit comments

Comments
 (0)