Pyflakes fixes.

This commit is contained in:
Albert Cervera i Areny 2021-03-28 00:25:38 +01:00
parent c69b2fc277
commit 9488d08060
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
from trytond.pool import Pool, PoolMeta
from trytond.model import ModelView, ModelSQL, fields
from trytond.pyson import Eval
class Role(ModelSQL, ModelView):