mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Trivial style update
This commit is contained in:
@@ -25,7 +25,6 @@ from plugins.generic.connector import Connector as GenericConnector
|
|||||||
class SQLAlchemy(GenericConnector):
|
class SQLAlchemy(GenericConnector):
|
||||||
def __init__(self, dialect=None):
|
def __init__(self, dialect=None):
|
||||||
GenericConnector.__init__(self)
|
GenericConnector.__init__(self)
|
||||||
|
|
||||||
self.dialect = dialect
|
self.dialect = dialect
|
||||||
|
|
||||||
def connect(self):
|
def connect(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user