maurosoria / dirsearch

Web path scanner
11.57k stars 2.29k forks source link

python cleanup #1362

Closed jxdv closed 5 months ago

jxdv commented 5 months ago

Description

lib/core/dictionary.py -> fix typo, remove redundant parenthesis since you are returning a tuple anyway lib/core/structures.py -> remove redundant class parenthesis (not needed in python3) lib/reports/html_report.py -> simplify comparison statements