Skip to content

Commit

Permalink
Black reformatting in botbuilder-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy Boehrer committed Jun 27, 2024
1 parent b0ba624 commit 22837ed
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,9 @@ async def _authenticate(self, auth_header: str) -> ClaimsIdentity:
)
if not is_auth_disabled:
# No auth header. Auth is required. Request is not authorized.
raise PermissionError("Authorization is required but has been disabled.")
raise PermissionError(
"Authorization is required but has been disabled."
)

# In the scenario where Auth is disabled, we still want to have the
# IsAuthenticated flag set in the ClaimsIdentity. To do this requires
Expand Down

0 comments on commit 22837ed

Please sign in to comment.