Skip to content

Commit d42cbb3

Browse files
committed
flake8 cleanup
1 parent f9c7ed5 commit d42cbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
)
4343
from pandas.core.dtypes.dtypes import ExtensionDtype
4444
from pandas.core.dtypes.generic import ABCDataFrame, ABCIndexClass, ABCSeries
45-
from pandas.core.dtypes.missing import is_valid_nat_for_dtype, isna
45+
from pandas.core.dtypes.missing import isna
4646

4747
from pandas.core import ops
4848
from pandas.core.algorithms import factorize_array, unique

0 commit comments

Comments
 (0)