mirror of
https://gitlab.com/datalifeit/trytond-account_bank
synced 2023-12-14 06:23:07 +01:00
pyflakes
This commit is contained in:
parent
d07a89c5c5
commit
0327f5dc12
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from trytond.pyson import Eval, Bool, If
|
||||||
from trytond.transaction import Transaction
|
from trytond.transaction import Transaction
|
||||||
from trytond.wizard import Wizard, StateTransition, StateView, Button
|
from trytond.wizard import Wizard, StateTransition, StateView, Button
|
||||||
from trytond.i18n import gettext
|
from trytond.i18n import gettext
|
||||||
from trytond.exceptions import UserWarning
|
from trytond.exceptions import UserError
|
||||||
|
|
||||||
__all__ = ['PaymentType', 'BankAccount', 'Party', 'Invoice', 'Reconciliation',
|
__all__ = ['PaymentType', 'BankAccount', 'Party', 'Invoice', 'Reconciliation',
|
||||||
'Line', 'CompensationMoveStart', 'CompensationMove']
|
'Line', 'CompensationMoveStart', 'CompensationMove']
|
||||||
|
|
Loading…
Reference in a new issue