mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 04:44:56 -04:00
Rename async to async_helpers because async
is a keyword on Python 3.7 (#3678)
This commit is contained in:
parent
3c0213a217
commit
b37c472419
33 changed files with 35 additions and 34 deletions
|
@ -28,7 +28,7 @@ from synapse.api.errors import (
|
|||
)
|
||||
from synapse.http.client import CaptchaServerHttpClient
|
||||
from synapse.types import RoomAlias, RoomID, UserID, create_requester
|
||||
from synapse.util.async import Linearizer
|
||||
from synapse.util.async_helpers import Linearizer
|
||||
from synapse.util.threepids import check_3pid_allowed
|
||||
|
||||
from ._base import BaseHandler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue