Skip to content

Commit

Permalink
Fix API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Dec 31, 2024
1 parent ef378f7 commit ad6fa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/api/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class TestPDApi(Base):
"RangeIndex",
"Series",
"SparseDtype",
"ListDtype",
"StringDtype",
"Timedelta",
"TimedeltaIndex",
Expand Down Expand Up @@ -248,7 +249,6 @@ class TestApi(Base):
"indexers",
"interchange",
"typing",
"internals",
]
allowed_typing = [
"DataFrameGroupBy",
Expand Down

0 comments on commit ad6fa08

Please sign in to comment.