danparizher / Pax-Academia

General purpose utility bot for the Homework Help Discord server
MIT License
13 stars 5 forks source link

refactor(part 2): resolve typing errors throughout entire codebase #229

Closed GabeMillikan closed 1 year ago

GabeMillikan commented 1 year ago

Fixes all remaining type errors across the entire repository, according to Pylance.

no problems

There are a few minor adjustments to logic trees (since naturally many of these type errors actually reveal real runtime errors); feel free to ask questions about the less obvious ones :)

Closes #223