mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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):
|
def __init__(self, **kwargs):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
class APIError(Exception):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class DockerBaseClass(object):
|
class DockerBaseClass(object):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue