Skip to content

Commit 466453c

Browse files
committed
squash: flake8 error
1 parent b0a1ced commit 466453c

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
@@ -1841,7 +1841,7 @@ def convert(self, values, nan_rep, encoding, errors, start=None,
18411841

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

18471847
return self

0 commit comments

Comments
 (0)