Sorted imports

This commit is contained in:
Nex 2022-08-17 11:34:58 +02:00
parent ae67b41374
commit ad8f455209

View File

@ -3,7 +3,8 @@
# 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.android.parsers.dumpsys import parse_dumpsys_appops, parse_dumpsys_battery_history
from mvt.android.parsers.dumpsys import (parse_dumpsys_appops,
parse_dumpsys_battery_history)
from ..utils import get_artifact