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
|
@ -10,7 +10,7 @@ from data.model.tag import (filter_has_repository_event, filter_tags_have_reposi
|
|||
|
||||
from data.database import (Image, ImageStorage, ExternalNotificationEvent, Repository,
|
||||
RepositoryTag)
|
||||
from notifications.notificationhelper import notification_batch
|
||||
from notifications import notification_batch
|
||||
from util.secscan import PRIORITY_LEVELS
|
||||
from util.secscan.api import APIRequestFailure
|
||||
from util.morecollections import AttrDict, StreamingDiffTracker, IndexedStreamingDiffTracker
|
||||
|
|
Reference in a new issue