Skip to content

Commit 741c6a1

Browse files
committed
Undo unneeded change
1 parent 64a3484 commit 741c6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/auth_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from msgraph import GraphServiceClient
66

77

8-
async def get_application(graph_client: GraphServiceClient, client_id: Optional[str]) -> Optional[str]:
8+
async def get_application(graph_client: GraphServiceClient, client_id: str) -> Optional[str]:
99
try:
1010
app = await graph_client.applications_with_app_id(client_id).get()
1111
if app is None:

0 commit comments

Comments
 (0)