$ pep8 cloudinit/cmd/main.py
cloudinit/cmd/main.py:35:1: E402 module level import not at top of file
cloudinit/cmd/main.py:36:1: E402 module level import not at top of file
cloudinit/cmd/main.py:37:1: E402 module level import not at top of file
cloudinit/cmd/main.py:38:1: E402 module level import not at top of file
cloudinit/cmd/main.py:39:1: E402 module level import not at top of file
cloudinit/cmd/main.py:40:1: E402 module level import not at top of file
cloudinit/cmd/main.py:41:1: E402 module level import not at top of file
cloudinit/cmd/main.py:42:1: E402 module level import not at top of file
cloudinit/cmd/main.py:44:1: E402 module level import not at top of file
cloudinit/cmd/main.py:45:1: E402 module level import not at top of file
cloudinit/cmd/main.py:47:1: E402 module level import not at top of file