Skip to content

Commit e7a5871

Browse files
committed
TST: add arithmetic operators fixture
1 parent 90c2237 commit e7a5871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def observed(request):
9292
def all_arithmetic_operators(request):
9393
"""
9494
Fixture for dunder names for common arithmetic operations
95-
"""
95+
"""
9696
return request.param
9797

9898

0 commit comments

Comments
 (0)