From a84fe3a57dd2b977448001e5d694d4898a5ff665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Wed, 1 Jul 2015 10:48:29 +0200 Subject: [PATCH] add missing empty line in function comment (stylistic, PEP-8) --- suds/xsd/schema.py | 1 + 1 file changed, 1 insertion(+) diff --git a/suds/xsd/schema.py b/suds/xsd/schema.py index ed042c7..84d2292 100644 --- a/suds/xsd/schema.py +++ b/suds/xsd/schema.py @@ -49,6 +49,7 @@ class SchemaCollection(UnicodeMixin): @type children: [L{Schema},...] @ivar namespaces: A dictionary of contained schemas by namespace. @type namespaces: {str: L{Schema}} + """ def __init__(self, wsdl):