mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-05 16:43:55 +02:00
Reorder imports
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
import asyncio
|
||||
from typing import Any, Dict, Optional, Union
|
||||
|
||||
from asgiref.sync import async_to_sync
|
||||
from nio import AsyncClient, RoomCreateError, RoomCreateResponse, RoomInviteError, RoomInviteResponse, RoomPreset, \
|
||||
RoomVisibility, RoomResolveAliasResponse
|
||||
from nio import AsyncClient, RoomCreateError, RoomCreateResponse, RoomKickResponse, RoomInviteError,\
|
||||
RoomInviteResponse, RoomPreset, RoomResolveAliasResponse, RoomVisibility
|
||||
|
||||
|
||||
class Matrix:
|
||||
|
Reference in New Issue
Block a user