Fixed flake8

This commit is contained in:
Daniel Mensinger 2018-12-30 14:34:53 +01:00
parent e1719c5d37
commit 63e16fbcc3
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 = []