mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Pleasing the pylint gods
This commit is contained in:
parent
95560da7c1
commit
4077cd2342
25 changed files with 74 additions and 75 deletions
|
|
@ -45,7 +45,7 @@ from lib.utils.hash import storeHashesToFile
|
|||
from lib.utils.pivotdumptable import pivotDumpTable
|
||||
from thirdparty.six.moves import zip as _zip
|
||||
|
||||
class Users:
|
||||
class Users(object):
|
||||
"""
|
||||
This class defines users' enumeration functionalities for plugins.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue