Skip to content

Commit ac455de

Browse files
committed
delete useless imports
1 parent 2f70098 commit ac455de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/pyspark/pandas/indexes/category.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717
from functools import partial
18-
from typing import Any, Callable, List, Tuple, Optional, Union, cast, no_type_check
18+
from typing import Any, Callable, List, Optional, Union, cast, no_type_check
1919

2020
import pandas as pd
2121
from pandas.api.types import is_hashable, CategoricalDtype

python/pyspark/pandas/indexes/datetimes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
import datetime
1818
from functools import partial
19-
from typing import Any, Callable, List, Tuple, Optional, Union, cast, no_type_check
19+
from typing import Any, Callable, Optional, Union, cast, no_type_check
2020

2121
import pandas as pd
2222
from pandas.api.types import is_hashable

0 commit comments

Comments
 (0)