mirror of
https://github.com/NaN-tic/trytond-account_invoice_send_in_paper.git
synced 2023-12-13 20:50:18 +01:00
Pyflakes fixes.
This commit is contained in:
parent
b1b9f5d180
commit
cfc2022de5
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ from trytond.model import fields
|
|||
from trytond.pool import PoolMeta
|
||||
from trytond.i18n import gettext
|
||||
from trytond.exceptions import UserError
|
||||
from trytond.i18n import gettext
|
||||
from trytond.exceptions import UserError
|
||||
|
||||
__all__ = ['Invoice', 'Party']
|
||||
|
||||
|
|
Loading…
Reference in a new issue