requests-html icon indicating copy to clipboard operation
requests-html copied to clipboard

removed a case of the default mutable argument pitfall

Open NaelsonDouglas opened this issue 4 years ago • 0 comments

Problem The code had an entry of the default mutable pitfall, which can be detected by Pylint via the code W0102 https://vald-phoenix.github.io/pylint-errors/plerr/errors/basic/W0102.html

Solution Applied a simple refactoring

NaelsonDouglas avatar Oct 16 '21 18:10 NaelsonDouglas