mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-25 02:53:56 +03:00
codestyle fixes
This commit is contained in:
parent
158b6fcd9e
commit
8233312c15
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user