Fix some minor typing errors

This commit is contained in:
Rapptz
2022-07-17 21:40:05 -04:00
parent 52f3a3496b
commit 2067819b75
2 changed files with 4 additions and 2 deletions

View File

@@ -534,6 +534,8 @@ class HTTPClient:
else:
raise HTTPException(resp, 'failed to get asset')
raise RuntimeError('Unreachable')
# state management
async def close(self) -> None: