build: Add annotation for Build.data

pull/8103/head
Dylan Baker 4 years ago
parent 94b9e7b04e
commit 2f66d9f2eb
  1. 2
      mesonbuild/build.py

@ -189,7 +189,7 @@ class Build:
self.benchmarks = [] # type: T.List['Test']
self.headers: T.List[Headers] = []
self.man: T.List[Man] = []
self.data = []
self.data: T.List[Data] = []
self.static_linker = PerMachine(None, None) # type: PerMachine[StaticLinker]
self.subprojects = {}
self.subproject_dir = ''

Loading…
Cancel
Save