make pylance not cry from my onions
This commit is contained in:
parent
bf43cff621
commit
24855484e1
@ -88,7 +88,7 @@ class WelcomeChannel:
|
||||
return cls(channel=channel, description=description, emoji=emoji) # type: ignore
|
||||
|
||||
def to_dict(self) -> WelcomeScreenChannelPayload:
|
||||
ret = {
|
||||
ret: WelcomeScreenChannelPayload = {
|
||||
'channel_id': self.channel.id,
|
||||
'description': self.description,
|
||||
'emoji_id': None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user