Skip to content

Commit f9ab133

Browse files
Pep8 warning fixed
1 parent 0fa7102 commit f9ab133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_pytables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4560,7 +4560,7 @@ def test_legacy_table_read_py2(self, datapath):
45604560
'legacy_table_py2.h5'),
45614561
mode='r') as store:
45624562
result = store.select('table')
4563-
4563+
45644564
expected = pd.DataFrame({
45654565
"a": ["a", "b"],
45664566
"b": [2, 3]

0 commit comments

Comments
 (0)