summaryrefslogtreecommitdiff
path: root/test/integration/targets/uri
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2017-05-30 19:05:19 +0200
committerJohn R Barker <john@johnrbarker.com>2017-05-30 18:05:19 +0100
commit4efec414e79b6f41caabae55027cb516c5965e9b (patch)
tree3523c0962a9f11e1b72de409a3883ca103244b9d /test/integration/targets/uri
parent31c59ad5f9e3eb4ae369a33e79198a2aa2af8700 (diff)
downloadansible-4efec414e79b6f41caabae55027cb516c5965e9b.tar.gz
test/: PEP8 compliancy (#24803)
* test/: PEP8 compliancy - Make PEP8 compliant * Python3 chokes on casting int to bytes (#24952) But if we tell the formatter that the var is a number, it works
Diffstat (limited to 'test/integration/targets/uri')
-rw-r--r--test/integration/targets/uri/files/testserver.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/targets/uri/files/testserver.py b/test/integration/targets/uri/files/testserver.py
index 1488c814af..1f6f1187db 100644
--- a/test/integration/targets/uri/files/testserver.py
+++ b/test/integration/targets/uri/files/testserver.py
@@ -14,4 +14,3 @@ if __name__ == '__main__':
mimetypes.add_type('application/json', '.json')
import SimpleHTTPServer
SimpleHTTPServer.test()
-