add missing empty line in function comment (stylistic, PEP-8)

This commit is contained in:
Jurko Gospodnetić 2015-07-01 10:48:29 +02:00
parent e56c82286c
commit a84fe3a57d
1 changed files with 1 additions and 0 deletions

View File

@ -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):