Skip to content

Commit d679aa3

Browse files
committed
actual lint fix
1 parent 8b0cb57 commit d679aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/tests/test_pytables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5017,7 +5017,7 @@ def test_query_long_float_literal(self):
50175017

50185018
cutoff = 1000000000.0010
50195019
result = store.select('test', "A > %.4f" % cutoff)
5020-
expected = df.loc[[1,2], :]
5020+
expected = df.loc[[1, 2], :]
50215021
tm.assert_frame_equal(expected, result)
50225022

50235023
exact = 1000000000.0011

0 commit comments

Comments
 (0)