pyflakes fixes
This commit is contained in:
parent
c5e68a2c44
commit
3a02f12bdb
5 changed files with 11 additions and 19 deletions
|
|
@ -25,7 +25,8 @@ from weboob.backends.boursorama import pages
|
|||
from datetime import date
|
||||
from dateutil.relativedelta import relativedelta
|
||||
|
||||
__all__ = ['boursorama']
|
||||
|
||||
__all__ = ['Boursorama']
|
||||
|
||||
|
||||
class Boursorama(BaseBrowser):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue