mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-25 19:14:00 +03:00
Fix typy-hinting in catalog bundles example
This commit is contained in:
parent
b22b893623
commit
482fa566c5
|
@ -7,7 +7,7 @@ class BaseWebView(object):
|
||||||
def __init__(self, services):
|
def __init__(self, services):
|
||||||
"""Initializer.
|
"""Initializer.
|
||||||
|
|
||||||
:type services: Services
|
:type services: catalogs.Services
|
||||||
:param services: Bundle of service providers
|
:param services: Bundle of service providers
|
||||||
"""
|
"""
|
||||||
self.services = services
|
self.services = services
|
||||||
|
|
Loading…
Reference in New Issue
Block a user