From 4ddfa79ecd3804d447547a8782a958ceafee3f07 Mon Sep 17 00:00:00 2001 From: Valentin Chemiere Date: Mon, 16 Mar 2015 10:43:09 +0100 Subject: [PATCH] flake8 fix --- external_file_location/__init__.py | 1 - external_file_location/__openerp__.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/external_file_location/__init__.py b/external_file_location/__init__.py index 258d23ad..eaf5011d 100644 --- a/external_file_location/__init__.py +++ b/external_file_location/__init__.py @@ -24,4 +24,3 @@ from . import attachment from . import location from . import task from . import tasks - diff --git a/external_file_location/__openerp__.py b/external_file_location/__openerp__.py index dd4b6b09..e5072e5d 100644 --- a/external_file_location/__openerp__.py +++ b/external_file_location/__openerp__.py @@ -44,4 +44,4 @@ ], 'installable': True, 'application': True, - } + }