From 260edb32e3fd00a0234f88e9724e768993b4612e Mon Sep 17 00:00:00 2001 From: Niklas Date: Thu, 20 Jun 2024 11:15:33 +0200 Subject: [PATCH] ruff --- fedn/network/api/v1/session_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedn/network/api/v1/session_routes.py b/fedn/network/api/v1/session_routes.py index 97d4904af..c34d1d841 100644 --- a/fedn/network/api/v1/session_routes.py +++ b/fedn/network/api/v1/session_routes.py @@ -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 \ No newline at end of file + return jsonify({"message": "An unexpected error occurred"}), 500