Skip to content

Commit f79a25e

Browse files
committed
BF: import isnull
1 parent c72d978 commit f79a25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tools/merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from pandas.util.decorators import cache_readonly, Appender, Substitution
2020
from pandas.core.common import (PandasError, ABCSeries,
2121
is_timedelta64_dtype, is_datetime64_dtype,
22-
is_integer_dtype)
22+
is_integer_dtype, isnull)
2323

2424
import pandas.core.common as com
2525

0 commit comments

Comments
 (0)