Skip to content

Commit cbcb502

Browse files
committed
Remove unused import: OrderedDict
1 parent 461e4d4 commit cbcb502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databricks/koalas/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"""
2020
import re
2121
import inspect
22-
from collections import Iterable, OrderedDict
22+
from collections import Iterable
2323
from functools import partial, wraps
2424
from typing import Any, Generic, List, Optional, Tuple, TypeVar, Union
2525

0 commit comments

Comments
 (0)