mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
removing typo
This commit is contained in:
parent
a964f55802
commit
5852d38b00
|
@ -315,7 +315,7 @@ class Config(Provider):
|
||||||
if paths:
|
if paths:
|
||||||
for path in paths:
|
for path in paths:
|
||||||
value = value[path]
|
value = value[path]
|
||||||
return valueg
|
return value
|
||||||
|
|
||||||
|
|
||||||
class _DeferredConfig(Provider):
|
class _DeferredConfig(Provider):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user