Skip to content

Commit

Permalink
#107 - nox/black formatting and comments
Browse files Browse the repository at this point in the history
After running `nox`, `black` said a blank line was needed.  After I looked, I decided a comment would be helpful, too.
  • Loading branch information
lsloan committed Jun 24, 2024
1 parent 54b9047 commit f5b817d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lti_tool/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ def jwks(request):
@method_decorator(csrf_exempt, name="dispatch")
class OIDCLoginInitView(View):
"""Handles OIDC 3rd-party login initiation for an LTI launch."""

"""
Message strings used by `DjangoOIDCLogin.enable_check_cookies()`.
"""
main_msg: Optional[str] = None
click_msg: Optional[str] = None
loading_msg: Optional[str] = None
Expand Down

0 comments on commit f5b817d

Please sign in to comment.