diff --git a/mvt/common/module.py b/mvt/common/module.py index e6ca60c..e02c270 100644 --- a/mvt/common/module.py +++ b/mvt/common/module.py @@ -4,7 +4,6 @@ # https://license.mvt.re/1.1/ import csv -import glob import io import os import re diff --git a/mvt/ios/modules/backup/configuration_profiles.py b/mvt/ios/modules/backup/configuration_profiles.py index 785b6c1..fd4e3c1 100644 --- a/mvt/ios/modules/backup/configuration_profiles.py +++ b/mvt/ios/modules/backup/configuration_profiles.py @@ -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 diff --git a/mvt/ios/modules/backup/profile_events.py b/mvt/ios/modules/backup/profile_events.py index 1dbea76..e63f220 100644 --- a/mvt/ios/modules/backup/profile_events.py +++ b/mvt/ios/modules/backup/profile_events.py @@ -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 diff --git a/mvt/ios/modules/mixed/webkit_session_resource_log.py b/mvt/ios/modules/mixed/webkit_session_resource_log.py index ab25848..c5f2a09 100644 --- a/mvt/ios/modules/mixed/webkit_session_resource_log.py +++ b/mvt/ios/modules/mixed/webkit_session_resource_log.py @@ -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