Skip to content

lisa.utils: Replace ModuleNotFoundError with ImportError

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr290 into master

ModuleNotFoundError is more precise, but was only introduced in Python 3.6.

Merge request reports