Pyflakes fixes.

This commit is contained in:
Albert Cervera i Areny 2021-10-03 00:15:17 +02:00
parent 4134ce3c49
commit 476c58b1e1
1 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,6 @@
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from datetime import date
from trytond.model import ModelView, fields
from trytond.model import (ModelView, ModelSQL, MatchMixin, fields,
sequence_ordered)
from trytond.model import ModelView, ModelSQL, fields
from trytond.pool import Pool, PoolMeta