Remove unused type:ignore

This commit is contained in:
Matthias 2022-10-09 09:15:11 +02:00
parent 9454fb8f7b
commit 8e3a4eca41
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class Discord(Webhook):
for f in fields:
for k, v in f.items():
v = v.format(**msg)
embeds[0]['fields'].append( # type: ignore
embeds[0]['fields'].append(
{'name': k, 'value': v, 'inline': True})
# Send the message to discord channel