Skip to content

Commit

Permalink
update: remove unintentional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
namsnath committed Nov 24, 2024
1 parent 3b32d32 commit ecf4e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supertokens_python/framework/flask/flask_middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def _():
if result is not None:
if isinstance(result, FlaskResponse):
return result.response
raise Exception(f"Should never come here, {type(result)=}")
raise Exception("Should never come here")
return None

@app.after_request
Expand Down

0 comments on commit ecf4e63

Please sign in to comment.