mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Fix some type checker errors and remove some type ignores
Caught from an upgraded Pyright
This commit is contained in:
@ -75,6 +75,7 @@ has_nacl: bool
|
||||
|
||||
try:
|
||||
import nacl.secret # type: ignore
|
||||
import nacl.utils # type: ignore
|
||||
|
||||
has_nacl = True
|
||||
except ImportError:
|
||||
|
Reference in New Issue
Block a user