Use @override
decorator in Python code
#3385
Labels
Code Quality
Code readability, SOLID principles
Difficulty - 1
The easiest and simplest issues, and they are tasks that can be done by new members
Description of the task
Python 3.12 adds an
@override
decorator that we should use.We can borrow the javadoc convention where methods marked with
@override
do not require docstrings (unless the overriding method has some more specific behaviour that needs to be documented).Acceptance criteria
@override
Blocked By
The text was updated successfully, but these errors were encountered: