avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
345 stars 343 forks source link

Remove the unused local variable 'hint_resolutions' #6022

Closed KeyLee123 closed 2 weeks ago

KeyLee123 commented 2 months ago

Local variable 'hint_resolutions' value is not used, and In the following if statement, this variable will be reassigned.

KeyLee123 commented 2 months ago

Hi @richtja, I completely agree with you, hint_resolutions variable can be removed completely.

richtja commented 1 month ago

Hi @KeyLee123, gentle ping here. Do you plan to continue with this by completely removing the hint_resolutions variable?

KeyLee123 commented 2 weeks ago

Hi @richtja , I agree and plan to continue with this by completely removing the hint_resolutions variable. I will make the necessary changes and push the updates soon. Thanks for the reminder!