Skip to content

Commit

Permalink
fix: stray EOLS
Browse files Browse the repository at this point in the history
  • Loading branch information
joel@joellee.org committed Oct 30, 2022
1 parent 8dab491 commit 33cefba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gotrue/_async/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ async def sign_in_with_email(
APIError
If an error occurs.
"""

headers = self.headers
query_string = "?grant_type=password"
if redirect_to:
Expand Down

0 comments on commit 33cefba

Please sign in to comment.