From 6aeb8792ca34956843a43dbb0f360cba656a6090 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Fri, 10 Jun 2022 00:15:09 -0400 Subject: flake8: remove import that was never used Introduced via commit 0d0a4fa0fe02ca8297743a5a8e64ee72060cc990, probably in the course of heavy rebasing. --- mesonbuild/backend/ninjabackend.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mesonbuild/backend/ninjabackend.py b/mesonbuild/backend/ninjabackend.py index b99ce0c..178dce9 100644 --- a/mesonbuild/backend/ninjabackend.py +++ b/mesonbuild/backend/ninjabackend.py @@ -56,7 +56,6 @@ if T.TYPE_CHECKING: from .._typing import ImmutableListProtocol from ..linkers import DynamicLinker, StaticLinker from ..compilers.cs import CsCompiler - from ..interpreter.interpreter import SourceOutputs FORTRAN_INCLUDE_PAT = r"^\s*#?include\s*['\"](\w+\.\w+)['\"]" -- cgit v1.1