Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused variable assignment in list_methods_test.py
Semantically covered by the prior test, so the variable is not needed. Consequentially, the assigned variable is not used in this test. To not generate warnings, I suggest to not assign the return value at all.
- Loading branch information