Skip to content

Commit 4f9050a

Browse files
committed
whitespace
1 parent 407f7f4 commit 4f9050a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/core/ops/__init__.py

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

322-
323322
def fill_binop(left, right, fill_value):
324323
"""
325324
If a non-None fill_value is given, replace null entries in left and right
@@ -447,7 +446,6 @@ def masked_arith_op(x, y, op):
447446
# -----------------------------------------------------------------------------
448447
# Dispatch logic
449448

450-
451449
def should_series_dispatch(left, right, op):
452450
"""
453451
Identify cases where a DataFrame operation should dispatch to its
@@ -615,7 +613,6 @@ def dispatch_to_extension_op(op, left, right):
615613
# Functions that add arithmetic methods to objects, given arithmetic factory
616614
# methods
617615

618-
619616
def _get_method_wrappers(cls):
620617
"""
621618
Find the appropriate operation-wrappers to use when defining flex/special

0 commit comments

Comments
 (0)