[FIX] flake8
parent
fd40803911
commit
4f17aa07ab
|
@ -18,7 +18,7 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
from openerp import models, fields, api
|
from openerp import models, api
|
||||||
|
|
||||||
|
|
||||||
class AccountFinancialReport(models.Model):
|
class AccountFinancialReport(models.Model):
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
import copy
|
import copy
|
||||||
from openerp import models, fields, api
|
from openerp import models
|
||||||
from openerp.addons.account.report.account_financial_report import\
|
from openerp.addons.account.report.account_financial_report import\
|
||||||
report_account_common
|
report_account_common
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue