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
Explicitly annotate some fields in the auth module
This is required to run mypy without the plugin, as it would complain
about these fields requiring an annotation. Using `follow_imports = silent`
did not work in this case
Also feels more natural than doing an assignment in a stub file
0 commit comments