mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-30 19:24:31 +03:00
Fixing @inject import bug in example
This commit is contained in:
parent
c36e7b941c
commit
c9374038be
|
@ -12,6 +12,10 @@ Development version
|
||||||
|
|
||||||
- No features.
|
- No features.
|
||||||
|
|
||||||
|
0.7.8
|
||||||
|
-----
|
||||||
|
- Fixing @inject import bug in examples.
|
||||||
|
|
||||||
0.7.7
|
0.7.7
|
||||||
-----
|
-----
|
||||||
- Fixing minor bug in concept example.
|
- Fixing minor bug in concept example.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
from objects.providers import Factory
|
from objects.providers import Factory
|
||||||
from objects.injections import KwArg
|
from objects.injections import KwArg
|
||||||
from objects.decorators import inject
|
from objects.injections import inject
|
||||||
|
|
||||||
|
|
||||||
objects_factory = Factory(object)
|
objects_factory = Factory(object)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user