From a33acd31dad99be9124022d6293bacaa9d2045fb Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sat, 10 Nov 2018 11:44:21 +0000 Subject: Fix flake8 'imported but unused' reports $ flake8 | grep F401 ./run_unittests.py:43:1: F401 'mesonbuild.mesonlib.is_linux' imported but unused ./mesonbuild/compilers/c.py:32:1: F401 '.compilers.CompilerType' imported but unused ./mesonbuild/compilers/cpp.py:23:1: F401 '.compilers.CompilerType' imported but unused --- mesonbuild/compilers/cpp.py | 1 - 1 file changed, 1 deletion(-) (limited to 'mesonbuild/compilers/cpp.py') diff --git a/mesonbuild/compilers/cpp.py b/mesonbuild/compilers/cpp.py index 7d2000e1c..87371c0a7 100644 --- a/mesonbuild/compilers/cpp.py +++ b/mesonbuild/compilers/cpp.py @@ -21,7 +21,6 @@ from ..mesonlib import MesonException, version_compare from .c import CCompiler, VisualStudioCCompiler, ClangClCCompiler from .compilers import ( - CompilerType, gnu_winlibs, msvc_winlibs, ClangCompiler, -- cgit v1.2.3