mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Pleasing the pylint gods
This commit is contained in:
@@ -53,7 +53,7 @@ from thirdparty import six
|
||||
if IS_WIN:
|
||||
import msvcrt
|
||||
|
||||
class Metasploit:
|
||||
class Metasploit(object):
|
||||
"""
|
||||
This class defines methods to call Metasploit for plugins.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user