From 90c4d9ad888fa89062667afeca07f7c6c6221eda Mon Sep 17 00:00:00 2001 From: Raimon Esteve Date: Tue, 3 May 2022 11:31:55 +0200 Subject: [PATCH] pyflakes --- history.py | 1 + 1 file changed, 1 insertion(+) diff --git a/history.py b/history.py index 07ee9e4..f0b1b69 100644 --- a/history.py +++ b/history.py @@ -1,5 +1,6 @@ # The COPYRIGHT file at the top level of this repository contains # the full copyright notices and license terms. +from trytond.pool import Pool from trytond.model import ModelSQL, ModelView, fields from trytond.pyson import Eval