Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastheman committed Jun 20, 2024
1 parent 2c7362d commit 260edb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/network/api/v1/session_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,4 +509,4 @@ def put_session(id: str):
except EntityNotFound:
return jsonify({"message": f"Entity with id: {id} not found"}), 404
except Exception:
return jsonify({"message": "An unexpected error occurred"}), 500
return jsonify({"message": "An unexpected error occurred"}), 500

0 comments on commit 260edb3

Please sign in to comment.