mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-25 19:14:00 +03:00
Add some modifications for api client example
This commit is contained in:
parent
a182be2d34
commit
bec69ea968
|
@ -1,4 +1,4 @@
|
|||
"""asd."""
|
||||
"""TBD."""
|
||||
|
||||
|
||||
class ApiClient(object):
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"""asd."""
|
||||
"""TBD."""
|
||||
|
||||
from dependency_injector import providers
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"""asd."""
|
||||
"""TBD."""
|
||||
|
||||
|
||||
class User(object):
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"""asd."""
|
||||
"""TBD."""
|
||||
|
||||
from mock import Mock
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user