fix(github_actions): fix black formatting

This commit is contained in:
Andoni A.
2025-11-06 18:27:17 +01:00
parent 559b35f60f
commit 3fdeb1120d
@@ -69,7 +69,10 @@ def validate_arguments(arguments):
if hasattr(arguments, "repository_url") and arguments.repository_url:
has_github_auth = False
if hasattr(arguments, "personal_access_token") and arguments.personal_access_token:
if (
hasattr(arguments, "personal_access_token")
and arguments.personal_access_token
):
has_github_auth = True
if hasattr(arguments, "oauth_app_token") and arguments.oauth_app_token: