From 17712efefa8833cce575f1c5a8be7052b259ccf8 Mon Sep 17 00:00:00 2001 From: Alex Comba Date: Sun, 1 May 2016 15:50:05 +0200 Subject: [PATCH] Fix E901 SyntaxError: invalid syntax --- account_financial_test_data/models/account_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_financial_test_data/models/account_installer.py b/account_financial_test_data/models/account_installer.py index ce26de83..fa3b44ae 100644 --- a/account_financial_test_data/models/account_installer.py +++ b/account_financial_test_data/models/account_installer.py @@ -2,7 +2,7 @@ # © 2016 Taktik # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from . import model_nameimport logging +import logging from openerp.osv import orm from openerp import models, api