mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
Fix method signature. (#1172)
This commit is contained in:
parent
325cbfac73
commit
f3455f9c09
@ -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