mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Removing unused imports
This commit is contained in:
parent
7c802ed8cc
commit
dd6f50a00e
5 changed files with 0 additions and 12 deletions
|
|
@ -10,7 +10,6 @@ import re
|
|||
from lib.core.agent import agent
|
||||
from lib.core.common import Backend
|
||||
from lib.core.common import isStackingAvailable
|
||||
from lib.core.common import isTechniqueAvailable
|
||||
from lib.core.common import normalizePath
|
||||
from lib.core.common import ntToPosixSlashes
|
||||
from lib.core.common import randomStr
|
||||
|
|
@ -19,7 +18,6 @@ from lib.core.data import kb
|
|||
from lib.core.data import logger
|
||||
from lib.core.data import paths
|
||||
from lib.core.enums import OS
|
||||
from lib.core.enums import PAYLOAD
|
||||
from lib.request import inject
|
||||
from lib.request.connect import Connect as Request
|
||||
from plugins.generic.takeover import Takeover as GenericTakeover
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue