Skip to content

Commit a089a76

Browse files
committed
black disagreed
1 parent da9c38a commit a089a76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/frame/test_apply.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ def test_apply_broadcast_error(self, int_frame_const_col):
236236
df.apply(lambda x: Series([1, 2]), axis=1, result_type="broadcast")
237237

238238
def test_apply_raw(self, float_frame, mixed_type_frame):
239-
240239
def _assert_raw(x):
241240
assert isinstance(x, np.ndarray)
242241
assert x.ndim == 1

0 commit comments

Comments
 (0)