google-auth-library-python icon indicating copy to clipboard operation
google-auth-library-python copied to clipboard

Add types to verify_token and Request __init__ based on comments in the source code.

Open wyattscarpenter opened this issue 1 year ago • 2 comments

Recently, I've been using this library with mypy strict mode, which doesn't like the fact that these functions are unannotated (they're the only functions I use, and thus the only ones mypy complains about to me). I'm happy to see that this project has py.typed, so these annotations should fix the problem!

wyattscarpenter avatar Aug 20 '24 08:08 wyattscarpenter