Pyflakes fixes

This commit is contained in:
Albert Cervera i Areny 2023-10-11 10:54:55 +02:00
parent 3d6b6a6984
commit b6de0de69d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# The COPYRIGHT file at the top level of this repository contains the full # The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms. # copyright notices and license terms.
from trytond.model import fields, ModelSQL, ModelView from trytond.model import fields, ModelSQL, ModelView
from trytond.pool import PoolMeta, Pool from trytond.pool import PoolMeta
from trytond.pyson import Eval, Bool from trytond.pyson import Eval, Bool