Remove unused type:ignore
This commit is contained in:
parent
9454fb8f7b
commit
8e3a4eca41
@ -52,7 +52,7 @@ class Discord(Webhook):
|
|||||||
for f in fields:
|
for f in fields:
|
||||||
for k, v in f.items():
|
for k, v in f.items():
|
||||||
v = v.format(**msg)
|
v = v.format(**msg)
|
||||||
embeds[0]['fields'].append( # type: ignore
|
embeds[0]['fields'].append(
|
||||||
{'name': k, 'value': v, 'inline': True})
|
{'name': k, 'value': v, 'inline': True})
|
||||||
|
|
||||||
# Send the message to discord channel
|
# Send the message to discord channel
|
||||||
|
Loading…
Reference in New Issue
Block a user