From a7481ee636273c601288c2577e7543bb8689d62d Mon Sep 17 00:00:00 2001 From: James Robinson Date: Tue, 12 Sep 2023 22:03:38 +0100 Subject: [PATCH] :memo: Reflow comments --- data_safe_haven/commands/deploy_sre.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data_safe_haven/commands/deploy_sre.py b/data_safe_haven/commands/deploy_sre.py index 081d2a07d0..c88f2df404 100644 --- a/data_safe_haven/commands/deploy_sre.py +++ b/data_safe_haven/commands/deploy_sre.py @@ -40,8 +40,8 @@ def deploy_sre( user_ip_addresses=user_ip_addresses, ) - # Load GraphAPI as this may require user-interaction that is not - # possible as part of a Pulumi declarative command + # Load GraphAPI as this may require user-interaction that is not possible as + # part of a Pulumi declarative command graph_api = GraphApi( tenant_id=config.shm.aad_tenant_id, default_scopes=["Application.ReadWrite.All", "Group.ReadWrite.All"],