-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add typings for Session #196
Conversation
9f8f84e
to
7139072
Compare
@2e0byo I've just put you as a reviewer on this PR. Feel free to put me as a reviewer, if you are busy rn. |
I'll try to go through this weekend. @arusahni as always thanks for the hard work |
Howdy - I wanted to bump this in case it fell between the cracks. |
@arusahni Sorry, I will take a look asap. |
7139072
to
95aeb99
Compare
95aeb99
to
45858f2
Compare
@arusahni Sorry for the lack of activity on this PR. I will do some tests on this and get it merged in one of the next few days. |
Works with the latest changes. Some fixes are needed to the tests, but probably unrelated to this PR, as the tests have been broken for some time. I will also update the |
This depends on #191. Commits should be reviewed independently as this diff includes changes from that PR, too.
This brings the Session module in line with typings, and cleans up some now-redundant casts. Because mypy is no longer choking on the Session, some issues with existing annotations elsewhere in the project were revealed. This cleans them up, too.
Fixes #137