aboutsummaryrefslogtreecommitdiffstats
path: root/bot/converters.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/converters.py')
-rw-r--r--bot/converters.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/converters.py b/bot/converters.py
index c96e2c984..7f6aa9c52 100644
--- a/bot/converters.py
+++ b/bot/converters.py
@@ -22,6 +22,7 @@ from bot.exts.info.doc import _inventory_parser
from bot.utils.extensions import EXTENSIONS, unqualify
from bot.utils.regex import INVITE_RE
from bot.utils.time import parse_duration_string
+
if t.TYPE_CHECKING:
from bot.exts.info.source import SourceType