We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efef59b commit 1bceca3Copy full SHA for 1bceca3
pandas/io/common.py
@@ -20,8 +20,7 @@
20
Type,
21
Union,
22
)
23
-from urllib.parse import ( # noqa
24
- urlencode,
+from urllib.parse import (
25
urljoin,
26
urlparse as parse_url,
27
uses_netloc,
@@ -32,13 +31,6 @@
32
31
33
from pandas._typing import FilePathOrBuffer
34
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
-)
42
43
from pandas.core.dtypes.common import is_file_like
44
0 commit comments