[Chaitana's Colossal Coaster] / [List Methods] Remove unused variable assignment in list_methods_test.py

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 :wave:

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. :smile:

1 Like