removed unused imports
This commit is contained in:
parent
6789e63872
commit
23665ae6dc
4 changed files with 4 additions and 8 deletions
|
@ -7,8 +7,7 @@ from string import Template
|
|||
import requests, logging, html2text, re
|
||||
from datetime import datetime
|
||||
from decimal import Decimal
|
||||
from trytond.model import ModelView, ModelSQL, fields, Unique, Check
|
||||
from trytond.transaction import Transaction
|
||||
from trytond.model import ModelView, ModelSQL, fields
|
||||
from trytond.pool import Pool
|
||||
from trytond.pyson import Eval, Bool
|
||||
from trytond.i18n import gettext
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue