Skip to content

Commit e259549

Browse files
committed
fixed unsorted order of imports
1 parent b4b6b5a commit e259549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/missing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import numpy as np
66

77
from pandas._libs import algos, lib
8-
from pandas._typing import ArrayLike, Dtype, Hashable, Optional, List
8+
from pandas._typing import ArrayLike, Dtype, Hashable, List, Optional
99
from pandas.compat._optional import import_optional_dependency
1010

1111
from pandas.core.dtypes.cast import infer_dtype_from_array

0 commit comments

Comments
 (0)