Fixed unused imports

This commit is contained in:
Nex
2021-08-14 18:56:33 +02:00
parent 3d6e01179a
commit cf630f7c2b
15 changed files with 6 additions and 20 deletions
-1
View File
@@ -3,7 +3,6 @@
# Use of this software is governed by the MVT License 1.1 that can be found at
# https://license.mvt.re/1.1/
import argparse
import logging
import os
import sys
+1 -1
View File
@@ -8,7 +8,7 @@ import os
import zlib
from mvt.common.module import MVTModule
from mvt.common.utils import check_for_links, convert_timestamp_to_iso
from mvt.common.utils import check_for_links
class SMS(MVTModule):