mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-06 22:50:52 +03:00
Fix flake8 warning in factory provided type example
This commit is contained in:
parent
913ce01475
commit
b5b6c1f680
|
@ -17,7 +17,7 @@ class ServiceProvider(providers.Factory):
|
|||
|
||||
|
||||
# Creating service provider with a correct provided type:
|
||||
class Container(containers.DeclarativeContainer):
|
||||
class Services(containers.DeclarativeContainer):
|
||||
|
||||
some_service_provider = ServiceProvider(SomeService)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user