What
According to this PR, lugi.Parameter is type annotated by str explicitly, because currently Mypy handles lugi.Parameter as any type.
Since lugi.Parameter is a parameter for str input, we do not need explicit type annotation.
Update mypy plugin to get default type from each parameters
What
According to this PR,
lugi.Parameteris type annotated bystrexplicitly, because currently Mypy handleslugi.Parameterasanytype.Since
lugi.Parameteris a parameter forstrinput, we do not need explicit type annotation.Update mypy plugin to get default type from each parameters