diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2022-06-10 00:15:09 -0400 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2022-06-10 09:15:48 -0400 |
commit | 6aeb8792ca34956843a43dbb0f360cba656a6090 (patch) | |
tree | f447ade459dafd9af2481a731c77f5bb40dfc760 /mesonbuild | |
parent | 1eaf49c8808b6cb911c862a6f421b684eaa60dfd (diff) | |
download | meson-6aeb8792ca34956843a43dbb0f360cba656a6090.zip meson-6aeb8792ca34956843a43dbb0f360cba656a6090.tar.gz meson-6aeb8792ca34956843a43dbb0f360cba656a6090.tar.bz2 |
flake8: remove import that was never used
Introduced via commit 0d0a4fa0fe02ca8297743a5a8e64ee72060cc990, probably
in the course of heavy rebasing.
Diffstat (limited to 'mesonbuild')
-rw-r--r-- | mesonbuild/backend/ninjabackend.py | 1 |
1 files changed, 0 insertions, 1 deletions
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+)['\"]" |