Fix flake8 warning in factory provided type example

This commit is contained in:
Roman Mogylatov 2020-09-03 18:05:28 -04:00
parent 913ce01475
commit b5b6c1f680

View File

@ -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)