From 29829cc55a6be697abf881ea7867ef834bb66be7 Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: Tue, 11 Oct 2016 17:10:50 +0200 Subject: 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 --- ipaserver/plugins/hbacsvc.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipaserver/plugins/hbacsvc.py') diff --git a/ipaserver/plugins/hbacsvc.py b/ipaserver/plugins/hbacsvc.py index 43d641642..51f2a9087 100644 --- a/ipaserver/plugins/hbacsvc.py +++ b/ipaserver/plugins/hbacsvc.py @@ -149,4 +149,3 @@ class hbacsvc_find(LDAPSearch): @register() class hbacsvc_show(LDAPRetrieve): __doc__ = _('Display information about an HBAC service.') - -- cgit