diff --git a/didier/cogs/tasks.py b/didier/cogs/tasks.py index 8b366fa..29e9530 100644 --- a/didier/cogs/tasks.py +++ b/didier/cogs/tasks.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 5ec9b79..bfc1ced 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,6 @@ line-length = 120 plugins = [ "sqlalchemy.ext.mypy.plugin" ] -namespace_packages = true [[tool.mypy.overrides]] module = ["discord.*", "feedparser.*", "markdownify.*"] ignore_missing_imports = true