Skip to content

Commit 7ef3308

Browse files
committed
revert whitespace
1 parent 4f9050a commit 7ef3308

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/core/ops/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ def _get_op_name(op, special):
319319
# -----------------------------------------------------------------------------
320320
# Masking NA values and fallbacks for operations numpy does not support
321321

322+
322323
def fill_binop(left, right, fill_value):
323324
"""
324325
If a non-None fill_value is given, replace null entries in left and right
@@ -446,6 +447,7 @@ def masked_arith_op(x, y, op):
446447
# -----------------------------------------------------------------------------
447448
# Dispatch logic
448449

450+
449451
def should_series_dispatch(left, right, op):
450452
"""
451453
Identify cases where a DataFrame operation should dispatch to its
@@ -613,6 +615,7 @@ def dispatch_to_extension_op(op, left, right):
613615
# Functions that add arithmetic methods to objects, given arithmetic factory
614616
# methods
615617

618+
616619
def _get_method_wrappers(cls):
617620
"""
618621
Find the appropriate operation-wrappers to use when defining flex/special

0 commit comments

Comments
 (0)