aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mintro.py
diff options
context:
space:
mode:
authorTheQwertiest <qwertiest@mail.ru>2020-06-11 22:17:17 +0300
committerDylan Baker <dylan@pnwbakers.com>2020-06-12 10:45:30 -0700
commit365b667dc545923718a7fbf22ff29c15877eb67b (patch)
tree1c78e7beb42721fa843832905f9a66c39b5ab169 /mesonbuild/mintro.py
parenta8256e490099146aef45cfbd81c3ee282eeff50b (diff)
downloadmeson-365b667dc545923718a7fbf22ff29c15877eb67b.zip
meson-365b667dc545923718a7fbf22ff29c15877eb67b.tar.gz
meson-365b667dc545923718a7fbf22ff29c15877eb67b.tar.bz2
mintro: typings again x2
Co-authored-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'mesonbuild/mintro.py')
-rw-r--r--mesonbuild/mintro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mintro.py b/mesonbuild/mintro.py
index c640ec3..cccedaa 100644
--- a/mesonbuild/mintro.py
+++ b/mesonbuild/mintro.py
@@ -53,7 +53,7 @@ class IntroCommand:
def get_meson_introspection_types(coredata: T.Optional[cdata.CoreData] = None,
builddata: T.Optional[build.Build] = None,
backend: T.Optional[backends.Backend] = None,
- sourcedir: T.Optional[str] = None) -> 'collections.OrderedDict[str, IntroCommand]':
+ sourcedir: T.Optional[str] = None) -> 'T.Mapping[str, IntroCommand]':
if backend and builddata:
benchmarkdata = backend.create_test_serialisation(builddata.get_benchmarks())
testdata = backend.create_test_serialisation(builddata.get_tests())