diff --git a/mesonbuild/backend/ninjabackend.py b/mesonbuild/backend/ninjabackend.py index 1b8c8ec91..23da39e8e 100644 --- a/mesonbuild/backend/ninjabackend.py +++ b/mesonbuild/backend/ninjabackend.py @@ -29,7 +29,7 @@ from .. import build from .. import mlog from .. import dependencies from .. import compilers -from ..compilers import CompilerArgs, CCompiler, VisualStudioCCompiler, Compiler +from ..compilers import CompilerArgs, CCompiler, VisualStudioCCompiler from ..linkers import ArLinker from ..mesonlib import File, MesonException, OrderedSet from ..mesonlib import get_compiler_for_source, has_path_sep diff --git a/mesonbuild/mintro.py b/mesonbuild/mintro.py index caa69824d..63cf7fb9b 100644 --- a/mesonbuild/mintro.py +++ b/mesonbuild/mintro.py @@ -480,7 +480,7 @@ def run(options): # Load build data to make sure that the version matches # TODO Find a better solution for this - _ = cdata.load(options.builddir) + cdata.load(options.builddir) results = [] toextract = []