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
The decorator functions_framework.http is untyped, leading to Untyped decorator makes function "main" untyped errors when using mypy.
Would it be possible to add mypy typing? Thanks.