mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-23 06:38:50 +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:
|
for app in app_list:
|
||||||
if app["appId"] == invalid_app_id:
|
if app["appId"] == invalid_app_id:
|
||||||
logger.warning(
|
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)
|
app_list.remove(app)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user