black fmt pass

fix failing ci on !65
This commit is contained in:
Luna 2020-08-02 21:26:27 -03:00
parent 3dc289d90f
commit a90b79b3f3
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ async def post_relationship():
if not uid: if not uid:
raise RelationshipFailed("No users with DiscordTag exist") raise RelationshipFailed("No users with DiscordTag exist")
if uid == user_id: if uid == user_id:
raise RelationshipFailed("Tried to add themselves as friend") raise RelationshipFailed("Tried to add themselves as friend")