Skip to content

Commit 44a98a5

Browse files
committed
style: using ruff format for test_info.py
1 parent 316dd9b commit 44a98a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/series/methods/test_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,4 @@ def test_info_show_counts_false():
209209
dtypes: int64(1)
210210
memory usage: {memory_bytes} bytes"""
211211
)
212-
assert result.strip() == expected.strip()
212+
assert result.strip() == expected.strip()

0 commit comments

Comments
 (0)