1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-16 14:15:00 +00:00
This commit is contained in:
VarMonke 2022-03-27 11:38:36 +05:30
parent b8752e46b0
commit fa79b7ef9d
2 changed files with 2 additions and 10 deletions

View file

@ -80,11 +80,4 @@ class User(_BaseUser):
async def get_user(self, session: aiohttp.ClientSession, username: str) -> 'User':
"""Returns a User object from the username, with the mentions slots."""
response = await http.get_user(session, username)
return User(response, session)
return User(response, session)