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

Skip to content

Commit 35ce6de

Browse files
committed
Got rid of useless imports
1 parent a78f5b4 commit 35ce6de

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

lib/core/data.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,7 @@
88
"""
99

1010
from lib.core.datatype import advancedDict
11-
from lib.core.enums import DBMS
1211
from lib.core.settings import LOGGER
13-
from lib.core.settings import MSSQL_ALIASES
14-
from lib.core.settings import MYSQL_ALIASES
15-
from lib.core.settings import PGSQL_ALIASES
16-
from lib.core.settings import ORACLE_ALIASES
17-
from lib.core.settings import SQLITE_ALIASES
18-
from lib.core.settings import ACCESS_ALIASES
19-
from lib.core.settings import FIREBIRD_ALIASES
20-
from lib.core.settings import MAXDB_ALIASES
21-
from lib.core.settings import SYBASE_ALIASES
2212

2313
# sqlmap paths
2414
paths = advancedDict()

0 commit comments

Comments
 (0)