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
Set type parameters for Field in get_fields() (#882)
* Set type parameters for Field in get_fields()
This fixes an issue with Pyright strict type checking where Pyright complains that the type parameters aren't known.
* Fix type parameters in other methods
0 commit comments