pyflakes fixes

This commit is contained in:
Albert Cervera i Areny
2019-12-14 23:08:54 +01:00
parent ede07e7b4b
commit dbffddd6ff
3 changed files with 20 additions and 23 deletions

View File

@@ -7,7 +7,6 @@ from trytond.transaction import Transaction
from trytond.wizard import Button, StateTransition, StateView, Wizard
from decimal import Decimal
from trytond.i18n import gettext
from trytond.exceptions import UserError
__all__ = ['Journal', 'Statement', 'Line', 'OpenStatementStart',