remove trailing newlines form python modules

pylint-1.6.4-1.fc26.noarch reports these, hence they should be fixed in order
to build FreeIPA with this version

https://fedorahosted.org/freeipa/ticket/6391

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Martin Babinsky
2016-10-11 17:10:50 +02:00
committed by Martin Basti
parent 28c7644980
commit 29829cc55a
24 changed files with 0 additions and 27 deletions

View File

@@ -313,4 +313,3 @@ class hostgroup_remove_member(LDAPRemoveMember):
assert isinstance(dn, DN)
self.obj.suppress_netgroup_memberof(ldap, dn, entry_attrs)
return (completed, dn)