diff options
author | Matt Clay <matt@mystile.com> | 2017-01-27 22:04:59 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2017-01-27 23:06:21 +0100 |
commit | 63b1e0c277fd19f651bd925386f7fcb9d1e89cfb (patch) | |
tree | 6f3297f5cad67d45f555d6f55ff8c05c363b3543 /test/integration/targets/async/library | |
parent | Refurbish developing modules content - stage 1 (#20673) (diff) | |
download | ansible-63b1e0c277fd19f651bd925386f7fcb9d1e89cfb.tar.xz ansible-63b1e0c277fd19f651bd925386f7fcb9d1e89cfb.zip |
Fix infrequent PEP 8 issues.
Diffstat (limited to 'test/integration/targets/async/library')
-rw-r--r-- | test/integration/targets/async/library/async_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/async/library/async_test.py b/test/integration/targets/async/library/async_test.py index 5c77a27c8d..e378a768b1 100644 --- a/test/integration/targets/async/library/async_test.py +++ b/test/integration/targets/async/library/async_test.py @@ -36,4 +36,4 @@ def main(): if 'trailing_junk' in fail_mode: print("trailing junk after module output") -main()
\ No newline at end of file +main() |