From bb1425fae2eec0f9b46836ad5d4f37ea34ee6f3e Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Fri, 18 Jul 2014 19:22:54 -0400 Subject: [PATCH] Fix pep8 --- base_location/company.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_location/company.py b/base_location/company.py index 6f52c7bd0..e90cd0422 100644 --- a/base_location/company.py +++ b/base_location/company.py @@ -43,5 +43,5 @@ class ResCompany(orm.Model): _columns = { 'better_zip_id': fields.many2one('res.better.zip', 'Location', select=1, help=('Use the city name or the zip code' - ' to search the location')), + ' to search the location')), }