mirror of https://gitlab.com/pamhyr/pamhyr2
correct pep8 rules
parent
606b9919e3
commit
c38e3ee446
|
|
@ -222,7 +222,7 @@ class D90TableModel(PamhyrTableModel):
|
|||
self._data,
|
||||
self._data._data,
|
||||
[data_rows[id(self._lst[row])] for row in rows
|
||||
if 0 <= row < len(self._lst)]
|
||||
if 0 <= row < len(self._lst)]
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -239,7 +239,7 @@ class DIFTableModel(PamhyrTableModel):
|
|||
self._data,
|
||||
self._data._data,
|
||||
[data_rows[id(self._lst[row])] for row in rows
|
||||
if 0 <= row < len(self._lst)]
|
||||
if 0 <= row < len(self._lst)]
|
||||
)
|
||||
)
|
||||
self._setup_lst()
|
||||
|
|
|
|||
Loading…
Reference in New Issue