Change HTTPException to only take a single parameter.

This commit is contained in:
Rapptz
2016-06-12 13:57:05 -04:00
parent 5f9ed8c9d2
commit fa36a449e9
3 changed files with 8 additions and 10 deletions

View File

@ -391,7 +391,6 @@ class Client:
else:
raise TypeError('login() takes 1 or 2 positional arguments but {} were given'.format(n))
@asyncio.coroutine
def logout(self):
"""|coro|