mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Trivial style update
This commit is contained in:
parent
a3d36fcb73
commit
6ab2e8eca4
|
@ -25,7 +25,6 @@ from plugins.generic.connector import Connector as GenericConnector
|
|||
class SQLAlchemy(GenericConnector):
|
||||
def __init__(self, dialect=None):
|
||||
GenericConnector.__init__(self)
|
||||
|
||||
self.dialect = dialect
|
||||
|
||||
def connect(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user