mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-31 17:38:36 -04:00
Move ThirdPartyEntityKind into api.constants so the expectation becomes that the value is significant
This commit is contained in:
parent
e7af8be5ae
commit
1294d4a329
4 changed files with 7 additions and 9 deletions
|
@ -18,8 +18,8 @@ import logging
|
|||
|
||||
from twisted.internet import defer
|
||||
|
||||
from synapse.api.constants import ThirdPartyEntityKind
|
||||
from synapse.http.servlet import RestServlet
|
||||
from synapse.types import ThirdPartyEntityKind
|
||||
from ._base import client_v2_patterns
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue