WIP: logging_config, import orders, test refactoring (phase 3 context)

This commit is contained in:
hermes
2026-06-22 10:24:35 +00:00
parent 021cc561f1
commit 5eaeaabb43
10 changed files with 108 additions and 102 deletions
-1
View File
@@ -3,7 +3,6 @@
from flask import Blueprint, request, jsonify
from src.queue.webhook import verify_whatsapp_signature
from src.models.submission import Submission
whatsapp_bp = Blueprint("whatsapp", __name__)