Autofix for ruff (#598)

This commit is contained in:
Rory Flynn
2025-01-14 12:02:10 +01:00
committed by GitHub
parent 2aa76c8a1c
commit 6e230bdb6a
14 changed files with 16 additions and 23 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class DumpsysAppopsArtifact(AndroidArtifact):
and perm["access"] == "allow"
):
self.log.info(
"Package %s with REQUEST_INSTALL_PACKAGES " "permission",
"Package %s with REQUEST_INSTALL_PACKAGES permission",
result["package_name"],
)