Removed unused imports

This commit is contained in:
Nex
2021-11-19 14:54:53 +01:00
parent 529df85f0f
commit b3a464ba58
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -7,7 +7,6 @@ import json
import logging
import os
import pkg_resources
from tqdm import tqdm
from mvt.common.module import InsufficientPrivileges
@@ -4,7 +4,6 @@
# https://license.mvt.re/1.1/
import logging
import os
from .base import AndroidExtraction
-2
View File
@@ -10,8 +10,6 @@ import re
import simplejson as json
from .indicators import Indicators
class DatabaseNotFoundError(Exception):
pass