flake8: remove import that was never used

Introduced via commit 0d0a4fa0fe, probably
in the course of heavy rebasing.
pull/10477/head
Eli Schwartz 2 years ago committed by Xavier Claessens
parent 1eaf49c880
commit 6aeb8792ca
  1. 1
      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+)['\"]"

Loading…
Cancel
Save