From 1796785cab18e04269563386dbdc23ed4c8ed663 Mon Sep 17 00:00:00 2001 From: Daniel Reis Date: Tue, 2 Sep 2014 17:21:04 +0100 Subject: [PATCH] Fix PEP8 --- users_ldap_mail/users_ldap_model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users_ldap_mail/users_ldap_model.py b/users_ldap_mail/users_ldap_model.py index e4a8bd815..7640672c4 100644 --- a/users_ldap_mail/users_ldap_model.py +++ b/users_ldap_mail/users_ldap_model.py @@ -60,8 +60,8 @@ class CompanyLDAP(orm.Model): return cr.dictfetchall() def map_ldap_attributes(self, cr, uid, conf, login, ldap_entry): - values = super(CompanyLDAP, self).map_ldap_attributes(cr, uid, conf, - login, ldap_entry) + values = super(CompanyLDAP, self).map_ldap_attributes( + cr, uid, conf, login, ldap_entry) mapping = [ ('name', 'name_attribute'), ('email', 'mail_attribute'),