summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_azure.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-05-15 16:28:24 -0400
committerScott Moser <smoser@ubuntu.com>2015-05-15 16:28:24 -0400
commit33db529855c0c0746091868c69f5d694bff7b9a8 (patch)
tree2403214f45234b94263de121baa3b0858fdfc15c /tests/unittests/test_datasource/test_azure.py
parentb811fddc03511d7325775a68f076829dcb94349a (diff)
downloadvyos-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.py1
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'])
-