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
ffd9498827
commit
16f8e4c8ba
20 changed files with 3 additions and 35 deletions
|
|
@ -343,7 +343,6 @@ class Filesystem(GenericFilesystem):
|
|||
logger.info(infoMsg)
|
||||
|
||||
chunkMaxSize = 500
|
||||
dFileName = ntpath.basename(dFile)
|
||||
|
||||
randFile = "tmpf%s.txt" % randomStr(lowercase=True)
|
||||
randFilePath = "%s\%s" % (tmpPath, randFile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue