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
I'm using VSCode with pylance (as I think most python developers do).
If I use the async example from the docs then I'm getting a type error
Argument of type "Literal[_MethodDefault._DEFAULT_VALUE]" cannot be assigned to parameter "retry" of type "Retry" in function "get"
"Literal[_MethodDefault._DEFAULT_VALUE]" is incompatible with "Retry" Pylance(reportGeneralTypeIssues)
I'm using VSCode with pylance (as I think most python developers do).
If I use the async example from the docs then I'm getting a type error
Environment details
google-cloud-firestoreversion: 2.4.0Steps to reproduce
Create example from docs
Let me know if you need more information