python-spider icon indicating copy to clipboard operation
python-spider copied to clipboard

Removed a case of the manual indexer pitfall

Open NaelsonDouglas opened this issue 2 years ago • 0 comments

Problem: There was a part on the code which was implemented using the manual iterator pitfall. It was detected using Pylint, under the code C0200. https://vald-phoenix.github.io/pylint-errors/plerr/errors/refactoring/C0200.html

Solution: Applied a simple refactoring to remove it.

NaelsonDouglas avatar Oct 15 '21 05:10 NaelsonDouglas