requests-html
requests-html copied to clipboard
removed a case of the default mutable argument pitfall
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