mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-04 02:31:28 +00:00
Fix method signature.
This commit is contained in:
parent
325cbfac73
commit
d9ef8372ba
@ -202,7 +202,7 @@ class Engine(object):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
@abc.abstractmethod
|
@abc.abstractmethod
|
||||||
def ignore_mismatching_result(self, module, client, api_version, option, image, container_value, expected_value):
|
def ignore_mismatching_result(self, module, client, api_version, option, image, container_value, expected_value, host_info):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@abc.abstractmethod
|
@abc.abstractmethod
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user