mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Removing unused imports
This commit is contained in:
parent
ffd9498827
commit
16f8e4c8ba
20 changed files with 3 additions and 35 deletions
|
|
@ -12,7 +12,6 @@ import os
|
|||
import re
|
||||
import shutil
|
||||
import sys
|
||||
import tempfile
|
||||
import time
|
||||
import traceback
|
||||
import warnings
|
||||
|
|
@ -28,7 +27,6 @@ from lib.core.common import createGithubIssue
|
|||
from lib.core.common import dataToStdout
|
||||
from lib.core.common import getUnicode
|
||||
from lib.core.common import maskSensitiveData
|
||||
from lib.core.common import setColor
|
||||
from lib.core.common import setPaths
|
||||
from lib.core.common import weAreFrozen
|
||||
from lib.core.data import cmdLineOptions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue