Skip to content

Commit cb81e05

Browse files
committed
cleanup imports
1 parent 209e11b commit cb81e05

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/io/excel/_base.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
import abc
22
import datetime
3-
import inspect
43
from io import BufferedIOBase, BytesIO, RawIOBase
54
import os
6-
from pathlib import Path
75
from textwrap import fill
8-
from typing import Any, Dict, Mapping, Union, cast, BinaryIO
6+
from typing import Any, BinaryIO, Dict, Mapping, Union, cast
97
import warnings
108
from zipfile import ZipFile
119

0 commit comments

Comments
 (0)