Skip to content

Commit 374fed8

Browse files
committed
fix failed test
1 parent b1986fc commit 374fed8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/tests/api/test_api.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,3 @@ def test_set_module():
417417
assert pd.Timestamp.__module__ == "pandas"
418418
assert pd.Timedelta.__module__ == "pandas"
419419
assert pd.StringDtype.__module__ == "pandas"
420-
assert pd.BaseStringArray.__module__ == "pandas"
421-
assert pd.StringArrayNumpySemantics.___module__ == "pandas"
422-
assert pd.StringArray.__module__ == "pandas"

0 commit comments

Comments
 (0)