Skip to content

Commit eb7d9fd

Browse files
author
Giacomo Ferroni
committed
Delete blank lines
1 parent 28437bb commit eb7d9fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/series/test_operators.py

-2
Original file line numberDiff line numberDiff line change
@@ -1224,8 +1224,6 @@ def test_comparison_label_based(self):
12241224
for v in [np.nan]:
12251225
self.assertRaises(TypeError, lambda: t & v)
12261226

1227-
1228-
12291227
def test_comparison_flex_basic(self):
12301228
left = pd.Series(np.random.randn(10))
12311229
right = pd.Series(np.random.randn(10))

0 commit comments

Comments
 (0)