Uh oh!
There was an error while loading. Please reload this page.
WIP: major clean ups for the codebase - #86
Conversation
lemonyte
commented
Jun 29, 2023
I see the majority of the changes are adding |
I am not sure about the ideal way of using typing hints in Python. I think |
pomdtr
commented
Jul 11, 2023
Optional is the way to go. They are virtually equivalent (see https://peps.python.org/pep-0645/), but optional is a more readable way to express the same thing. |
cclauss
commented
Sep 13, 2023
It is probably better to fix the failing tests BEFORE merging more pull requests. |
hozan23
commented
Sep 13, 2023
Hey @cclauss thanks for your advice. |
No description provided.