codestyle fixes

This commit is contained in:
Roman Mogilatov 2015-01-28 14:25:27 +02:00
parent 158b6fcd9e
commit 8233312c15

View File

@ -281,6 +281,7 @@ class _DeferredConfig(Provider):
""" """
Deferred config providers provide an value from the root config object. Deferred config providers provide an value from the root config object.
""" """
def __init__(self, paths, root_config): def __init__(self, paths, root_config):
""" """
Initializer. Initializer.