Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hughns committed Sep 22, 2022
1 parent f689c38 commit 9392667
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion synapse/rest/client/login_token_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ class LoginTokenRequestServlet(RestServlet):
}
"""

PATTERNS = client_patterns("/org.matrix.msc3882/login/token$", releases=[], v1=False, unstable=True)
PATTERNS = client_patterns(
"/org.matrix.msc3882/login/token$", releases=[], v1=False, unstable=True
)

def __init__(self, hs: "HomeServer"):
super().__init__()
Expand Down

0 comments on commit 9392667

Please sign in to comment.