Remove unused import of core.email

Its usage was removed in 4700325.
This commit is contained in:
Conrad Hoffmann 2022-11-10 10:47:10 +01:00 committed by Drew DeVault
parent 1ab0ec0da4
commit 023637a957
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ from celery import Celery
from datetime import datetime
from srht.config import cfg
from srht.database import db
from srht.email import send_email
from srht.graphql import exec_gql
from srht.oauth import UserType
from srht.metrics import RedisQueueCollector