unioslo / mreg-cli

Command Line Interface for Mreg
GNU General Public License v3.0
2 stars 7 forks source link

Use `Self` type annotation for `APIMixin` #222

Closed pederhan closed 6 months ago

pederhan commented 6 months ago

This gets rid of needing to repeat the class name when inheriting from APIMixin, as well as most uses of typing.cast() inside the various methods.