Ran black on sources
This commit is contained in:
parent
cc5aa91be1
commit
21d62e651a
19 changed files with 362 additions and 322 deletions
|
|
@ -335,8 +335,9 @@ class EvMore(object):
|
|||
# no justification. Simple division by line
|
||||
lines = text.split("\n")
|
||||
|
||||
self._data = [_LBR.join(lines[i: i + self.height])
|
||||
for i in range(0, len(lines), self.height)]
|
||||
self._data = [
|
||||
_LBR.join(lines[i : i + self.height]) for i in range(0, len(lines), self.height)
|
||||
]
|
||||
self._npages = len(self._data)
|
||||
self._paginator = self.paginator_index
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue