mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Pleasing the pylint gods
This commit is contained in:
@@ -29,7 +29,7 @@ from lib.core.exception import SqlmapUserQuitException
|
||||
from lib.core.unescaper import unescaper
|
||||
from lib.request import inject
|
||||
|
||||
class UDF:
|
||||
class UDF(object):
|
||||
"""
|
||||
This class defines methods to deal with User-Defined Functions for
|
||||
plugins.
|
||||
|
||||
Reference in New Issue
Block a user