mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-27 09:58:41 +00:00
linting
This commit is contained in:
parent
b7638b4039
commit
b8758317d9
|
@ -27,8 +27,8 @@ from synapse.rest.client import (
|
|||
account,
|
||||
account_data,
|
||||
account_validity,
|
||||
appservice_ping,
|
||||
appservice_event_visibility,
|
||||
appservice_ping,
|
||||
auth,
|
||||
auth_issuer,
|
||||
capabilities,
|
||||
|
|
|
@ -23,7 +23,6 @@ from synapse.api.errors import (
|
|||
from synapse.http.server import HttpServer
|
||||
from synapse.http.servlet import RestServlet
|
||||
from synapse.http.site import SynapseRequest
|
||||
from synapse.types import JsonDict
|
||||
from synapse.visibility import filter_events_for_client
|
||||
|
||||
from ._base import client_patterns
|
||||
|
|
Loading…
Reference in a new issue