Move notification helper code into the root module
This commit is contained in:
parent
5739e2ef4d
commit
e7dbc4ee91
9 changed files with 92 additions and 8 deletions
|
@ -9,7 +9,7 @@ from app import app, dockerfile_build_queue, metric_queue
|
|||
from data import model
|
||||
from data.database import db
|
||||
from auth.auth_context import get_authenticated_user
|
||||
from notifications.notificationhelper import spawn_notification
|
||||
from notifications import spawn_notification
|
||||
from util.names import escape_tag
|
||||
from util.morecollections import AttrDict
|
||||
|
||||
|
|
Reference in a new issue