build: fix type annotation import

pull/8809/head
Dylan Baker 4 years ago committed by Xavier Claessens
parent f1e053fa44
commit 76768eaf20
  1. 2
      mesonbuild/build.py

@ -42,7 +42,7 @@ from .interpreterbase import FeatureNew
if T.TYPE_CHECKING:
from .interpreter.interpreter import Test, SourceOutputs
from .mesonlib import FileMode, FileOrString
from .mesonlib.backend import Backend
from .backend.backends import Backend
pch_kwargs = {'c_pch', 'cpp_pch'}

Loading…
Cancel
Save