summaryrefslogtreecommitdiff
path: root/tests/unittests/test_distros/test_netconfig.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-07-14 14:17:52 -0400
committerScott Moser <smoser@ubuntu.com>2016-07-14 14:17:52 -0400
commit9a0189ccda40e366517c0690e0ea2833e533bf1a (patch)
tree868f1fd757f7d4aadec78348230954485cdd82a1 /tests/unittests/test_distros/test_netconfig.py
parent81fce7afe33eaffe66c1be87ea84f0e5580f164a (diff)
downloadvyos-cloud-init-9a0189ccda40e366517c0690e0ea2833e533bf1a.tar.gz
vyos-cloud-init-9a0189ccda40e366517c0690e0ea2833e533bf1a.zip
flake8
Diffstat (limited to 'tests/unittests/test_distros/test_netconfig.py')
-rw-r--r--tests/unittests/test_distros/test_netconfig.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/test_distros/test_netconfig.py b/tests/unittests/test_distros/test_netconfig.py
index e3168a4a..36eae2dc 100644
--- a/tests/unittests/test_distros/test_netconfig.py
+++ b/tests/unittests/test_distros/test_netconfig.py
@@ -379,4 +379,3 @@ ifconfig_vtnet0="DHCP"
'''
self.assertCfgEquals(expected_buf, str(write_buf))
self.assertEqual(write_buf.mode, 0o644)
-