Skip to content

Commit a9c6f15

Browse files
committed
squash: flake8 error
1 parent cd69c0b commit a9c6f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/pytables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1838,7 +1838,7 @@ def convert(self, values, nan_rep, encoding, errors, start=None,
18381838

18391839
start = start if start is not None else 0
18401840
stop = (min(stop, self.table.nrows)
1841-
if stop is not None else self.table.nrows)
1841+
if stop is not None else self.table.nrows)
18421842
self.values = Int64Index(np.arange(stop - start))
18431843

18441844
return self

0 commit comments

Comments
 (0)