mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-23 14:49:03 +00:00
Pleasing the pylint gods
This commit is contained in:
@@ -28,7 +28,7 @@ from lib.core.exception import SqlmapNoneDataException
|
||||
from lib.core.exception import SqlmapUnsupportedFeatureException
|
||||
from lib.request import inject
|
||||
|
||||
class Miscellaneous:
|
||||
class Miscellaneous(object):
|
||||
"""
|
||||
This class defines miscellaneous functionalities for plugins.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user