Ignore import warning in _get_bot_module
This commit is contained in:
@@ -97,7 +97,7 @@ def _get_bot_module():
|
||||
|
||||
# Try to import 'bot' module from current directory
|
||||
try:
|
||||
import bot
|
||||
import bot # type: ignore[import-untyped]
|
||||
|
||||
return bot
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user