We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57f1b1 commit 0e5359cCopy full SHA for 0e5359c
mautrix/bridge/_community.py
@@ -16,7 +16,7 @@
16
class CommunityHelper:
17
az: AppService
18
19
- def __init__(self, az: AppService) -> None:
+ def __init__(self, az: AppService) -> None:
20
self.az = az
21
22
async def create(self, localpart: str) -> Tuple[CommunityID, bool]:
0 commit comments