mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-16 05:13:50 +01:00
pep8
This commit is contained in:
parent
ba1d740239
commit
50e5886de1
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ import logging
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class PusherRestServlet(ClientV1RestServlet):
|
class PusherRestServlet(ClientV1RestServlet):
|
||||||
PATTERNS = client_path_patterns("/pushers/set$")
|
PATTERNS = client_path_patterns("/pushers/set$")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue