mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-10 17:15:47 +02:00
Fix mypy error
This commit is contained in:
parent
5a76cbd2ec
commit
868cd392c3
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue