diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-05-12 21:21:36 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-05-12 21:21:36 +0200 |
commit | 454de24c7d457b980c91849b128efe4faee62032 (patch) | |
tree | 535b30529498129b56a5429b938908d45099ebd1 /tests | |
parent | 0a407b63f61f48d310d205f833c1a2792273ec80 (diff) | |
download | vyos-cloud-init-454de24c7d457b980c91849b128efe4faee62032.tar.gz vyos-cloud-init-454de24c7d457b980c91849b128efe4faee62032.zip |
make pep8 happy with a few spaces
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/test_handler/test_handler_apt_source.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/test_handler/test_handler_apt_source.py b/tests/unittests/test_handler/test_handler_apt_source.py index 439bd038..e130392c 100644 --- a/tests/unittests/test_handler/test_handler_apt_source.py +++ b/tests/unittests/test_handler/test_handler_apt_source.py @@ -30,6 +30,7 @@ S0ORP6HXET3+jC8BMG4tBWCTK/XEZw== =ACB2 -----END PGP PUBLIC KEY BLOCK-----""" + def load_tfile_or_url(*args, **kwargs): """ load_tfile_or_url load file and return content after decoding |