From 80ec5e9d28b376e7744a2825483760072517d9b9 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sun, 20 Oct 2019 12:01:54 +0200 Subject: Fix all flake8 warnings --- mesonbuild/compilers/compilers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/compilers/compilers.py') diff --git a/mesonbuild/compilers/compilers.py b/mesonbuild/compilers/compilers.py index 8456a99..51ff55d 100644 --- a/mesonbuild/compilers/compilers.py +++ b/mesonbuild/compilers/compilers.py @@ -21,7 +21,7 @@ from .. import coredata from .. import mlog from .. import mesonlib from ..mesonlib import ( - EnvironmentException, MachineChoice, MesonException, OrderedSet, + EnvironmentException, MachineChoice, MesonException, Popen_safe, split_args ) from ..envconfig import ( -- cgit v1.1