mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
pep8
This commit is contained in:
parent
0871ba81aa
commit
7addd2b2d4
@ -1076,7 +1076,8 @@ class PythonBreakReporter(BreakReporterBase):
|
||||
self.table.setRowCount(rows+1)
|
||||
|
||||
for i,k in enumerate(local_names, start=1):
|
||||
if k in ('book', 'context'): continue
|
||||
if k in ('book', 'context'):
|
||||
continue
|
||||
self.add_local_line(locals, i, k)
|
||||
|
||||
def displayable_field_value(self, mi, field):
|
||||
|
Loading…
x
Reference in New Issue
Block a user