diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-05-15 16:28:24 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-05-15 16:28:24 -0400 |
commit | 33db529855c0c0746091868c69f5d694bff7b9a8 (patch) | |
tree | 2403214f45234b94263de121baa3b0858fdfc15c /tests/unittests/test_datasource/test_azure.py | |
parent | b811fddc03511d7325775a68f076829dcb94349a (diff) | |
download | vyos-cloud-init-33db529855c0c0746091868c69f5d694bff7b9a8.tar.gz vyos-cloud-init-33db529855c0c0746091868c69f5d694bff7b9a8.zip |
pep8 fixes
Diffstat (limited to 'tests/unittests/test_datasource/test_azure.py')
-rw-r--r-- | tests/unittests/test_datasource/test_azure.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/test_datasource/test_azure.py b/tests/unittests/test_datasource/test_azure.py index c72dc801..4c4b8eec 100644 --- a/tests/unittests/test_datasource/test_azure.py +++ b/tests/unittests/test_datasource/test_azure.py @@ -587,4 +587,3 @@ class TestReadAzureOvf(TestCase): (_md, _ud, cfg) = DataSourceAzure.read_azure_ovf(content) for mypk in mypklist: self.assertIn(mypk, cfg['_pubkeys']) - |