Skip to content

Commit bb7240a

Browse files
committed
CLN: fixes bracket indents
1 parent 902ee5b commit bb7240a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/frame/test_operators.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def test_neg(self):
392392
numeric = pd.DataFrame({
393393
'a': [-1, 0, 1],
394394
'b': [1, 0, 1],
395-
})
395+
})
396396
boolean = pd.DataFrame({
397397
'a': [True, False, True],
398398
'b': [False, False, True]
@@ -412,7 +412,7 @@ def test_pos(self):
412412
numeric = pd.DataFrame({
413413
'a': [-1, 0, 1],
414414
'b': [1, 0, 1],
415-
})
415+
})
416416
boolean = pd.DataFrame({
417417
'a': [True, False, True],
418418
'b': [False, False, True]

0 commit comments

Comments
 (0)