8ff53b4267
Wildcard imports make reading code unnecessarily confusing because they make it harder to see where a functions comes from. We had two types of wildcard imports in the code. Unneeded ones in test files that are just removed, and some that we actually want which are kept using the '# noqa' comment to tell flake8 to skip specific checks (such as H303) for that line. Change-Id: Id4705011579659fd74a4aaa05ac541e9694c483e |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
flags.py | ||
proxy.sh | ||
public_network_smoketests.py | ||
random.image | ||
random.kernel | ||
requirements.txt | ||
run_tests.py | ||
test_netadmin.py | ||
test_sysadmin.py |