Skip to content

Commit b020930

Browse files
committed
decorator on isna
1 parent 63841f6 commit b020930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/api/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,4 +416,4 @@ def test_set_module():
416416
assert pd.Period.__module__ == "pandas"
417417
assert pd.Timestamp.__module__ == "pandas"
418418
assert pd.Timedelta.__module__ == "pandas"
419-
419+
assert pd.isna.__module__ == "pandas"

0 commit comments

Comments
 (0)