Removed unused imports

This commit is contained in:
Nex 2021-08-21 15:50:12 +02:00
parent a16b0c12d2
commit 0005ad2abd
4 changed files with 0 additions and 4 deletions

View File

@ -4,7 +4,6 @@
# https://license.mvt.re/1.1/
import csv
import glob
import io
import os
import re

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 os
import plistlib
from base64 import b64encode

View File

@ -4,7 +4,6 @@
# https://license.mvt.re/1.1/
import plistlib
from datetime import datetime
from mvt.common.utils import convert_timestamp_to_iso

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 glob
import os
import plistlib