Skip to content

Commit

Permalink
Delete this unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
ahdamin committed Oct 7, 2024
1 parent 27a792a commit 422737c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion genotype_api/database/crud/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,3 @@ async def update_user_email(self, user: User, email: EmailStr) -> User:
await self.session.commit()
await self.session.refresh(user)
return user
return user

0 comments on commit 422737c

Please sign in to comment.