diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-07-14 14:17:52 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-07-14 14:17:52 -0400 |
commit | 9a0189ccda40e366517c0690e0ea2833e533bf1a (patch) | |
tree | 868f1fd757f7d4aadec78348230954485cdd82a1 /tests/unittests | |
parent | 81fce7afe33eaffe66c1be87ea84f0e5580f164a (diff) | |
download | vyos-cloud-init-9a0189ccda40e366517c0690e0ea2833e533bf1a.tar.gz vyos-cloud-init-9a0189ccda40e366517c0690e0ea2833e533bf1a.zip |
flake8
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/test_distros/test_netconfig.py | 1 |
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) - |