Pep8 cleaning
This commit is contained in:
parent
3b2fb9cfbd
commit
e3962eac7b
3 changed files with 5 additions and 5 deletions
|
|
@ -62,8 +62,8 @@ class PdfPage():
|
|||
page = txt.split('CONSOMMATION')[2].split('ACTIVITE DETAILLEE')[0]
|
||||
lines = page.split('\n')
|
||||
lines = [x for x in lines if len(x) > 0] # Remove empty lines
|
||||
lines.pop(0) # "MENSUELLE"
|
||||
lines.pop(0) # "Votre consommation au "
|
||||
lines.pop(0) # "MENSUELLE"
|
||||
lines.pop(0) # "Votre consommation au "
|
||||
details = []
|
||||
detail = None
|
||||
for line in lines:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue