From b6ca91153f2e6635e2cf830094018fe75c54f7a1 Mon Sep 17 00:00:00 2001 From: VivianDee <115420678+VivianDee@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:29:47 +0100 Subject: [PATCH] Update routes.py --- app/api/routes/routes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/api/routes/routes.py b/app/api/routes/routes.py index 2804012..364cf74 100644 --- a/app/api/routes/routes.py +++ b/app/api/routes/routes.py @@ -1,4 +1,3 @@ -from sqlite3 import DatabaseError from app.api.integrations.events_service import EventServiceIntegration from flask import Blueprint, request, jsonify, send_from_directory from app.api.services import (