mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-04 22:42:21 +00:00
Fix some minor typing errors
This commit is contained in:
@@ -534,6 +534,8 @@ class HTTPClient:
|
||||
else:
|
||||
raise HTTPException(resp, 'failed to get asset')
|
||||
|
||||
raise RuntimeError('Unreachable')
|
||||
|
||||
# state management
|
||||
|
||||
async def close(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user