mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +03:00
Update quotes in factory-patterns example
This commit is contained in:
parent
6b4c7e50b5
commit
196d86f4b3
|
@ -63,7 +63,7 @@ class Container(containers.DeclarativeContainer):
|
|||
)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
if __name__ == "__main__":
|
||||
container = Container()
|
||||
|
||||
token_service = container.token_service()
|
||||
|
|
|
@ -58,7 +58,7 @@ class Container(containers.DeclarativeContainer):
|
|||
)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
if __name__ == "__main__":
|
||||
container = Container()
|
||||
|
||||
token_service = container.token_service()
|
||||
|
|
Loading…
Reference in New Issue
Block a user