Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ce36ea

Browse files
committed
Removal of unused imports
1 parent 6f97f47 commit 7ce36ea

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.revision import getRevisionNumber
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.0.5.59"
22+
VERSION = "1.0.5.60"
2323
REVISION = getRevisionNumber()
2424
STABLE = VERSION.count('.') <= 2
2525
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

plugins/generic/entries.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
from lib.core.common import isNoneValue
2020
from lib.core.common import isNumPosStrValue
2121
from lib.core.common import isTechniqueAvailable
22-
from lib.core.common import popValue
2322
from lib.core.common import prioritySortColumns
24-
from lib.core.common import pushValue
2523
from lib.core.common import readInput
2624
from lib.core.common import safeSQLIdentificatorNaming
2725
from lib.core.common import unArrayizeValue

0 commit comments

Comments
 (0)