Removed unused imports

This commit is contained in:
Nex
2022-07-07 13:00:38 +02:00
parent a328d57551
commit 94fe98b9ec
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -4,7 +4,6 @@
# https://license.mvt.re/1.1/
import logging
import os
import click
from rich.logging import RichHandler
+1 -1
View File
@@ -13,7 +13,7 @@ from rich.prompt import Prompt
from mvt.common.cmd_check_iocs import CmdCheckIOCS
from mvt.common.help import (HELP_MSG_FAST, HELP_MSG_IOC,
HELP_MSG_LIST_MODULES, HELP_MSG_MODULE,
HELP_MSG_OUTPUT, HELP_MSG_SERIAL)
HELP_MSG_OUTPUT)
from mvt.common.logo import logo
from mvt.common.options import MutuallyExclusiveOption
from mvt.common.updates import IndicatorsUpdates