feat(client): fix import rest

This commit is contained in:
TheMisterSenpai 2022-04-21 16:49:28 +03:00
parent c2f2027d5f
commit e539528e71

View file

@ -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