Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
faruken committed Aug 30, 2016
1 parent 9bf22ee commit 19b0282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiotinder/controllers/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async def common_connections(self, uid: AnyStr) -> Dict[AnyStr, G]:
url_path = "user/{0}/common_connections".format(uid)
return await self.request("get", url_path)

async def superlike(self, user: User) -> Dict[AnyStr, int]:
async def superlike(self, user: User) -> Dict[AnyStr, G]:
"""Superlike a user.
:param user: User
:return: JSON Response.
Expand Down

0 comments on commit 19b0282

Please sign in to comment.