Skip to content

Commit

Permalink
mintro: typing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQwertiest authored and dcbaker committed Jun 12, 2020
1 parent f1288ac commit a43e770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesonbuild/mintro.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self,
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) -> T.Dict[str, IntroCommand]:
sourcedir: T.Optional[str] = None) -> T.OrderedDict[str, IntroCommand]:
if backend and builddata:
benchmarkdata = backend.create_test_serialisation(builddata.get_benchmarks())
testdata = backend.create_test_serialisation(builddata.get_tests())
Expand Down

0 comments on commit a43e770

Please sign in to comment.