mirror of
https://github.com/mvt-project/mvt.git
synced 2026-05-21 15:56:55 +02:00
Removed comment with odd char
This commit is contained in:
@@ -192,7 +192,6 @@ class Packages(AndroidExtraction):
|
||||
|
||||
@staticmethod
|
||||
def parse_package_for_details(output: str) -> dict:
|
||||
# Get only the package information
|
||||
lines = []
|
||||
in_packages = False
|
||||
for line in output.splitlines():
|
||||
|
||||
Reference in New Issue
Block a user