Description
Some methods return an instance of Self. I've had to hold off on adding this type hint because it's not supported in Python 3.10, and there are some places in the codebase where it's commented out. This issue is just a reminder to implement this type hinting once our min version for Python support is 3.11.
Is your feature request aligned with the scope of the package?
Describe the solution you'd like, or your current workaround.
No response
Do you have any additional supporting notes?
No response
Description
Some methods return an instance of
Self. I've had to hold off on adding this type hint because it's not supported in Python 3.10, and there are some places in the codebase where it's commented out. This issue is just a reminder to implement this type hinting once our min version for Python support is 3.11.Is your feature request aligned with the scope of the package?
Describe the solution you'd like, or your current workaround.
No response
Do you have any additional supporting notes?
No response