From b259db30f85e4bc9079809c6e1a3faf94f1e0ae9 Mon Sep 17 00:00:00 2001 From: Nex Date: Thu, 3 Aug 2023 08:06:59 +0200 Subject: [PATCH] Added missing empty lines --- mvt/android/artifacts/artifact.py | 1 + mvt/android/artifacts/dumpsys_accessibility.py | 1 + mvt/android/artifacts/dumpsys_appops.py | 1 + mvt/android/artifacts/dumpsys_dbinfo.py | 1 + mvt/android/artifacts/dumpsys_package_activities.py | 1 + mvt/android/artifacts/getprop.py | 1 + mvt/android/artifacts/processes.py | 1 + mvt/android/artifacts/settings.py | 1 + 8 files changed, 8 insertions(+) diff --git a/mvt/android/artifacts/artifact.py b/mvt/android/artifacts/artifact.py index 67114b1..ef284ca 100644 --- a/mvt/android/artifacts/artifact.py +++ b/mvt/android/artifacts/artifact.py @@ -2,6 +2,7 @@ # Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ + from mvt.common.artifact import Artifact diff --git a/mvt/android/artifacts/dumpsys_accessibility.py b/mvt/android/artifacts/dumpsys_accessibility.py index c932e70..4a3d630 100644 --- a/mvt/android/artifacts/dumpsys_accessibility.py +++ b/mvt/android/artifacts/dumpsys_accessibility.py @@ -2,6 +2,7 @@ # Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ + from .artifact import AndroidArtifact diff --git a/mvt/android/artifacts/dumpsys_appops.py b/mvt/android/artifacts/dumpsys_appops.py index 8592167..05b00fd 100644 --- a/mvt/android/artifacts/dumpsys_appops.py +++ b/mvt/android/artifacts/dumpsys_appops.py @@ -2,6 +2,7 @@ # Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ + from datetime import datetime from typing import Any, Dict, List, Union diff --git a/mvt/android/artifacts/dumpsys_dbinfo.py b/mvt/android/artifacts/dumpsys_dbinfo.py index 00e2ffa..34a40c6 100644 --- a/mvt/android/artifacts/dumpsys_dbinfo.py +++ b/mvt/android/artifacts/dumpsys_dbinfo.py @@ -2,6 +2,7 @@ # Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ + import re from .artifact import AndroidArtifact diff --git a/mvt/android/artifacts/dumpsys_package_activities.py b/mvt/android/artifacts/dumpsys_package_activities.py index db61c13..2efaf70 100644 --- a/mvt/android/artifacts/dumpsys_package_activities.py +++ b/mvt/android/artifacts/dumpsys_package_activities.py @@ -2,6 +2,7 @@ # Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ + from .artifact import AndroidArtifact diff --git a/mvt/android/artifacts/getprop.py b/mvt/android/artifacts/getprop.py index 54db0e4..aed1003 100644 --- a/mvt/android/artifacts/getprop.py +++ b/mvt/android/artifacts/getprop.py @@ -2,6 +2,7 @@ # Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ + import re from typing import Dict, List diff --git a/mvt/android/artifacts/processes.py b/mvt/android/artifacts/processes.py index 9ce53bc..2183cbd 100644 --- a/mvt/android/artifacts/processes.py +++ b/mvt/android/artifacts/processes.py @@ -2,6 +2,7 @@ # Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ + from .artifact import AndroidArtifact diff --git a/mvt/android/artifacts/settings.py b/mvt/android/artifacts/settings.py index e53371e..2954b8e 100644 --- a/mvt/android/artifacts/settings.py +++ b/mvt/android/artifacts/settings.py @@ -2,6 +2,7 @@ # Copyright (c) 2021-2023 Claudio Guarnieri. # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ + from .artifact import AndroidArtifact ANDROID_DANGEROUS_SETTINGS = [