Cleanup: unused vars, imports

This commit is contained in:
2018-11-26 09:26:15 +11:00
parent 24c383cfc4
commit cb66a28d82
11 changed files with 13 additions and 25 deletions

View File

@@ -197,7 +197,7 @@ def load_modules():
assert(os.path.samefile(mod_imp.__file__, submod_full))
modules.append(mod_imp)
except Exception as e:
except Exception:
import traceback
# Module might fail to import, but we don't want whole test to fail here.
# Reasoning: