Please have a look at code snippet from Planning.py

clauses = clauses
This assignment assigns a variable to itself & assigning a variable to itself is redundant and often an indication of a mistake in the code.
I want to work on this Issue and would like to correct this.
Should I go ahead with this? Maintainers, Please confirm. Thanks
Please have a look at code snippet from
Planning.pyclauses = clausesThis assignment assigns a variable to itself & assigning a variable to itself is redundant and often an indication of a mistake in the code.
I want to work on this Issue and would like to correct this.
Should I go ahead with this? Maintainers, Please confirm. Thanks