From 95903c328b1b64a4b19ed6ff60016f5829dfc0c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=A9fir=20Destiny?= Date: Thu, 23 Jun 2022 15:30:11 +0200 Subject: [PATCH] Fix mypy --- divent/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/divent/__main__.py b/divent/__main__.py index 338ba35..e3d046d 100644 --- a/divent/__main__.py +++ b/divent/__main__.py @@ -1,3 +1,3 @@ -from .bot import run +from .bot import run # type: ignore run()