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 to import 'bot' module from current directory
|
||||||
try:
|
try:
|
||||||
import bot
|
import bot # type: ignore[import-untyped]
|
||||||
|
|
||||||
return bot
|
return bot
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|||||||
Reference in New Issue
Block a user