diff options
author | Scott Moser <smoser@brickies.net> | 2017-02-17 12:05:38 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-02-17 12:05:38 -0500 |
commit | da25385d0613b373c5746761748782ca1e157d10 (patch) | |
tree | 0750a8c5203d78865655095a3274989cc1e11e0f /tests/unittests | |
parent | f81d6c7bde2af206d449de593b35773068270c84 (diff) | |
download | vyos-cloud-init-da25385d0613b373c5746761748782ca1e157d10.tar.gz vyos-cloud-init-da25385d0613b373c5746761748782ca1e157d10.zip |
flake8: fix flake8 complaints in previous commit.
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/test_net.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_net.py b/tests/unittests/test_net.py index 1b6288d4..4b03ff72 100644 --- a/tests/unittests/test_net.py +++ b/tests/unittests/test_net.py @@ -177,7 +177,7 @@ nameserver 172.19.0.12 "gateway": "172.19.3.254", }], "ip_address": "172.19.1.34", "id": "network0" - },{ + }, { "network_id": "private-ipv4", "type": "ipv4", "netmask": "255.255.255.0", "link": "tap1a81968a-79", |