mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 09:24:01 +01:00
Trivial style update
This commit is contained in:
parent
a3d36fcb73
commit
6ab2e8eca4
1 changed files with 0 additions and 1 deletions
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue