Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
fix line wrap for lint purposes (#1192)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Caswell <bmc@shmoo.com>
  • Loading branch information
bmc-msft and demoray authored Aug 27, 2021
1 parent 4e30eea commit 14cc256
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/deployment/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,8 @@ def add_preauthorized_app(app_list: List[Dict]) -> None:
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)

Expand Down

0 comments on commit 14cc256

Please sign in to comment.