You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
What
According to this PR,
lugi.Parameter
is type annotated bystr
explicitly, because currently Mypy handleslugi.Parameter
asany
type.Since
lugi.Parameter
is a parameter forstr
input, we do not need explicit type annotation.Update mypy plugin to get default type from each parameters
The text was updated successfully, but these errors were encountered: