Skip to content

Commit 9cb2877

Browse files
committed
Merge branch 'main' of github.com:pandas-dev/pandas-stubs into feature/ruff
2 parents 5f317fa + 71b5399 commit 9cb2877

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/series/test_series.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3806,8 +3806,7 @@ def test_info() -> None:
38063806
check(assert_type(s.info(memory_usage="deep"), None), type(None))
38073807
check(assert_type(s.info(memory_usage=None), None), type(None))
38083808
check(assert_type(s.info(show_counts=True), None), type(None))
3809-
if PD_LTE_23: # pandas-dev/pandas#62590
3810-
check(assert_type(s.info(show_counts=False), None), type(None))
3809+
check(assert_type(s.info(show_counts=False), None), type(None))
38113810
check(assert_type(s.info(show_counts=None), None), type(None))
38123811

38133812

0 commit comments

Comments
 (0)