mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
feat(client): fix import rest
This commit is contained in:
parent
c2f2027d5f
commit
e539528e71
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import sys
|
||||||
import traceback
|
import traceback
|
||||||
from typing import Dict, List, Union, Any, Iterable, Optional, Callable
|
from typing import Dict, List, Union, Any, Iterable, Optional, Callable
|
||||||
|
|
||||||
from rest import RESTApp
|
from .rest import RESTApp
|
||||||
from .core.gateway import GatewayBotInfo
|
from .core.gateway import GatewayBotInfo
|
||||||
from .models.guild.channel import Channel, ChannelType, channel_types_for_converting
|
from .models.guild.channel import Channel, ChannelType, channel_types_for_converting
|
||||||
from .models import User, Guild, Activity
|
from .models import User, Guild, Activity
|
||||||
|
|
Loading…
Reference in a new issue