mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 03:46:55 +00:00
Fix method signature. (#1172)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user