Skip to content

Commit 807b5ed

Browse files
committed
flake8 fix
1 parent a92ea0f commit 807b5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
)
4040
from pandas.core.dtypes.dtypes import ExtensionDtype
4141
from pandas.core.dtypes.generic import ABCDataFrame, ABCIndexClass, ABCSeries
42-
from pandas.core.dtypes.missing import isna, notna
42+
from pandas.core.dtypes.missing import isna
4343

4444
from pandas.core import ops
4545
from pandas.core.algorithms import factorize_array, unique

0 commit comments

Comments
 (0)