If you want to fix this, we recommend doing it locally by either:
a) Enabling pyright in VSCode and going through the errors in the problems tab (VSCode settings > Python > Analysis: Type checking mode > "basic")
b) Debugging via the command line
Installing pyright, which is included in the dev dependencies: pip install -e ".[dev]"
✨ Looks like pyright failed ✨
If you want to fix this, we recommend doing it locally by either: a) Enabling pyright in VSCode and going through the errors in the problems tab (VSCode settings > Python > Analysis: Type checking mode > "basic") b) Debugging via the command line
pip install -e ".[dev]"
pyright .