Pyflakes fixes

This commit is contained in:
Albert Cervera i Areny 2023-10-11 10:54:55 +02:00
parent e48bad19e2
commit 7f2020b770
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
# copyright notices and license terms.
from trytond.model import fields, ModelSQL, ModelView
from trytond.pool import PoolMeta, Pool
from trytond.pool import PoolMeta
from trytond.pyson import Eval, Bool