Skip to content

Commit 9f26215

Browse files
committed
fix: ruff
1 parent 20d5727 commit 9f26215

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/series/methods/test_compare.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def test_compare_datetime64_and_string():
147147

148148
def test_eq_objects():
149149
"""Test eq with Enum and List elements"""
150+
150151
class Thing(Enum):
151152
FIRST = auto()
152153
SECOND = auto()

0 commit comments

Comments
 (0)