danparizher / Pax-Academia

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

General Refactor #235

Closed danparizher closed 1 year ago

danparizher commented 1 year ago

Main thing changed in this PR is adding in from __future__ import annotations to most places.

We use PEP 585 and PEP 604 type annotations everywhere, and we would need this import to ensure there are no runtime errors if executed on an older version.