Skip to content

Commit ebfb4d5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b147c67 commit ebfb4d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/tests/extension/base/methods.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,7 @@ def test_combine_le(self, data_repeated):
352352
pd.array(
353353
[
354354
a <= b
355-
for (a, b) in zip(
356-
list(orig_data1), list(orig_data2), strict=True
357-
)
355+
for (a, b) in zip(list(orig_data1), list(orig_data2), strict=True)
358356
],
359357
dtype=self._combine_le_expected_dtype,
360358
)

0 commit comments

Comments
 (0)