summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/docker/docker_image_facts.py
diff options
context:
space:
mode:
authorJohn Barker <john@johnrbarker.com>2017-12-07 16:27:06 +0000
committerJohn R Barker <john@johnrbarker.com>2017-12-07 20:25:55 +0000
commitc57a7f05e1b37084110d2b1bc219b40fc9023ffa (patch)
tree8cd125c6d14221a9b7302847dcb7d38ed55406fe /lib/ansible/modules/cloud/docker/docker_image_facts.py
parentd13d7e94043564049318b904cbc2bd7ea1a137b4 (diff)
downloadansible-c57a7f05e1b37084110d2b1bc219b40fc9023ffa.tar.gz
Bulk autopep8 (modules)
As agreed in 2017-12-07 Core meeting bulk fix pep8 issues Generated using: autopep8 1.3.3 (pycodestyle: 2.3.1) autopep8 -r --max-line-length 160 --in-place --ignore E305,E402,E722,E741 lib/ansible/modules Manually fix issues that autopep8 has introduced
Diffstat (limited to 'lib/ansible/modules/cloud/docker/docker_image_facts.py')
-rw-r--r--lib/ansible/modules/cloud/docker/docker_image_facts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/cloud/docker/docker_image_facts.py b/lib/ansible/modules/cloud/docker/docker_image_facts.py
index 3f1d6afe2b..c6dff60ab9 100644
--- a/lib/ansible/modules/cloud/docker/docker_image_facts.py
+++ b/lib/ansible/modules/cloud/docker/docker_image_facts.py
@@ -217,7 +217,7 @@ class ImageManager(DockerBaseClass):
def main():
argument_spec = dict(
name=dict(type='list'),
- )
+ )
client = AnsibleDockerClient(
argument_spec=argument_spec