mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-16 04:04:31 +00:00
Fix method signature.
This commit is contained in:
parent
325cbfac73
commit
d9ef8372ba
@ -202,7 +202,7 @@ class Engine(object):
|
||||
pass
|
||||
|
||||
@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
|
||||
|
||||
@abc.abstractmethod
|
||||
|
||||
Loading…
Reference in New Issue
Block a user