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
Now there we're in Python 3 only, and given that we use classes in this repo as API contracts, I think it's time we look into adding type annotations to our code. This would help with clarifying the contract expectations and with avoiding subtle argument consumption changes causing inherited classes outside of the repo to fail.
The text was updated successfully, but these errors were encountered:
Now there we're in Python 3 only, and given that we use classes in this repo as API contracts, I think it's time we look into adding type annotations to our code. This would help with clarifying the contract expectations and with avoiding subtle argument consumption changes causing inherited classes outside of the repo to fail.
The text was updated successfully, but these errors were encountered: