mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Trivial code style updates
This commit is contained in:
parent
10fe87fb4e
commit
e7469ab570
14 changed files with 73 additions and 54 deletions
|
|
@ -8,4 +8,4 @@ See the file 'LICENSE' for copying permission
|
|||
from plugins.generic.filesystem import Filesystem as GenericFilesystem
|
||||
|
||||
class Filesystem(GenericFilesystem):
|
||||
pass
|
||||
pass
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ See the file 'LICENSE' for copying permission
|
|||
from plugins.generic.filesystem import Filesystem as GenericFilesystem
|
||||
|
||||
class Filesystem(GenericFilesystem):
|
||||
pass
|
||||
pass
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ See the file 'LICENSE' for copying permission
|
|||
from plugins.generic.enumeration import Enumeration as GenericEnumeration
|
||||
|
||||
class Enumeration(GenericEnumeration):
|
||||
pass
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue