fix: import + no symbol if None

This commit is contained in:
Frederik Jaeckel 2023-02-27 21:17:48 +01:00
parent 3512e87f71
commit 19e4a26676
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
from trytond.model import ModelSingleton, ModelView, ModelSQL, fields
from trytond.pool import Pool
class AssetSetting(ModelSingleton, ModelSQL, ModelView):