mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Pleasing the pylint gods
This commit is contained in:
@@ -9,7 +9,7 @@ import re
|
||||
|
||||
from lib.core.exception import SqlmapUndefinedMethod
|
||||
|
||||
class Syntax:
|
||||
class Syntax(object):
|
||||
"""
|
||||
This class defines generic syntax functionalities for plugins.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user