Skip to content

Commit 59cabff

Browse files
author
aschade
committed
CLN: revert this
1 parent 7873eef commit 59cabff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/core/ops.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,10 +1115,7 @@ def flex_wrapper(self, other, level=None, fill_value=None, axis=0):
11151115

11161116

11171117
def _align_method_FRAME(left, right, axis):
1118-
"""
1119-
convert rhs to meet lhs dims if input is list, tuple, np.ndarray or
1120-
a single val
1121-
"""
1118+
""" convert rhs to meet lhs dims if input is list, tuple or np.ndarray """
11221119

11231120
def to_series(right):
11241121
msg = ('Unable to coerce to Series, length must be {req_len}: '

0 commit comments

Comments
 (0)