mintro: typing fix

This commit is contained in:
TheQwertiest 2020-06-11 01:20:46 +03:00 committed by Dylan Baker
parent a43e770071
commit b71e73fc64
1 changed files with 1 additions and 1 deletions

View File

@ -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) -> T.OrderedDict[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())