Use Self
as Type Hint for Alternative Constructurs and Other Usages
#167
Labels
rework
Reworks parts of the project
Since we are using mypy 1.0, using the
Self
type hint is supported and can be used in our repository. For our supported Python versions we can import it fromtyping_extension
withfrom typing_extensions import Self
. For more information see the corresponding PEP.The text was updated successfully, but these errors were encountered: