~harlowja/cloud-init/cloud-init-net-refactor

« back to all changes in this revision

Viewing changes to tests/unittests/test_net.py

Enable flake8 and fix a large amount of reported issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from cloudinit import net
1
2
from cloudinit import util
2
 
from cloudinit import net
 
3
 
3
4
from .helpers import TestCase
4
5
 
5
6
import base64
6
7
import copy
 
8
import gzip
7
9
import io
8
 
import gzip
9
10
import json
10
11
import os
11
12