chore(m365): align PIM stale alert check with project formatters and drop test __init__.py

Apply poetry's black to entra_service.py so the file matches the
configuration CI's sdk-code-quality job uses. Also remove the redundant
tests/__init__.py for this check; pytest discovers tests by path and the
project convention is to keep test directories package-free.
This commit is contained in:
Hugo P.Brito
2026-05-11 12:24:20 +01:00
parent 62ad4e5b9f
commit a646c68308
2 changed files with 1 additions and 3 deletions
@@ -1092,9 +1092,7 @@ OAuthAppInfo
"assigneeDisplayName", ""
),
assignee_id=incident.get("assigneeId", ""),
role_display_name=incident.get(
"roleDisplayName", ""
),
role_display_name=incident.get("roleDisplayName", ""),
last_sign_in_date_time=incident.get(
"lastSignInDateTime", ""
),