srht.webhook: missed an import

This commit is contained in:
Drew DeVault 2024-03-20 16:39:09 +01:00
parent 91af4dd3bf
commit af24a3f16e
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ from celery import Celery
from srht.email import mail_exception
from srht.database import db
from srht.webhook import Webhook
from sqlalchemy.sql import text
from werkzeug.local import LocalProxy
import requests