mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-10 09:49:06 +00:00
Pleasing the pylint gods
This commit is contained in:
@@ -22,7 +22,7 @@ from lib.core.data import logger
|
||||
from lib.core.data import paths
|
||||
from lib.core.exception import SqlmapDataException
|
||||
|
||||
class ICMPsh:
|
||||
class ICMPsh(object):
|
||||
"""
|
||||
This class defines methods to call icmpsh for plugins.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user