mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-22 14:19:03 +00:00
fix line wrap for lint purposes (#1192)
Co-authored-by: Brian Caswell <bmc@shmoo.com>
This commit is contained in:
@ -405,7 +405,8 @@ def authorize_application(
|
||||
for app in app_list:
|
||||
if app["appId"] == invalid_app_id:
|
||||
logger.warning(
|
||||
f"removing invalid id {invalid_app_id} for the next request"
|
||||
f"removing invalid id {invalid_app_id} "
|
||||
"for the next request"
|
||||
)
|
||||
app_list.remove(app)
|
||||
|
||||
|
Reference in New Issue
Block a user