Skip to content

Commit 8b0cb57

Browse files
committed
lint
1 parent 87df38d commit 8b0cb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/computation/tests/test_eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ def test_float_truncation(self):
694694

695695
cutoff = 1000000000.0010
696696
result = df.query("A > %.4f" % cutoff)
697-
expected = df.loc[[1,2], :]
697+
expected = df.loc[[1, 2], :]
698698
tm.assert_frame_equal(expected, result)
699699

700700
exact = 1000000000.0011

0 commit comments

Comments
 (0)