In Test 6, we can omit assigning the actual_result
variable, as it is neither needed or used. This leads to warnings.
Provided PR here.
In Test 6, we can omit assigning the actual_result
variable, as it is neither needed or used. This leads to warnings.
Provided PR here.
Hi @leonqadirie
Thanks for submitting this PR. I think Iād rather keep the actual_result
variable, and change the f-string
error message here. Feels clearer to someone reading the file.
But I want to test it a bit. I will get back to you.