From 9795323b8649b8615e55cad981d235e432afef02 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 26 Aug 2021 09:37:39 -0700 Subject: pylint: check for duplicate imports I ran into one of these from LGTM, and it would be nice if pylint could warn me as part of my local development process instead of waiting for the CI to tell me. --- mesonbuild/cmake/executor.py | 1 - 1 file changed, 1 deletion(-) (limited to 'mesonbuild/cmake/executor.py') diff --git a/mesonbuild/cmake/executor.py b/mesonbuild/cmake/executor.py index 7b06f2623..65ff7308d 100644 --- a/mesonbuild/cmake/executor.py +++ b/mesonbuild/cmake/executor.py @@ -28,7 +28,6 @@ from ..mesonlib import PerMachine, Popen_safe, version_compare, MachineChoice, i from ..programs import find_external_program, NonExistingExternalProgram if T.TYPE_CHECKING: - from ..environment import Environment from ..programs import ExternalProgram TYPE_result = T.Tuple[int, T.Optional[str], T.Optional[str]] -- cgit v1.2.3