Fix mypy error

This commit is contained in:
stijndcl 2022-06-21 18:58:33 +02:00
parent 5a76cbd2ec
commit 868cd392c3
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import traceback
from discord.ext import commands, tasks
from discord.ext import commands, tasks # type: ignore # Strange & incorrect Mypy error
import settings
from database.crud.ufora_announcements import remove_old_announcements