docker_secret: fix broken import
This commit is contained in:
parent
feff6abd72
commit
5f62a973da
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,9 @@ if not HAS_DOCKER_PY:
|
|||
def __init__(self, **kwargs):
|
||||
pass
|
||||
|
||||
class APIError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class DockerBaseClass(object):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue