mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-28 01:48:33 -04:00
@@ -1,6 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
from gevent import monkey
|
||||
|
||||
from flask import Flask
|
||||
monkey.patch_all()
|
||||
|
||||
from flask import Flask # noqa
|
||||
|
||||
# notify_celery is referenced from manifest_delivery_base.yml, and cannot be removed
|
||||
from app import create_app, notify_celery # noqa
|
||||
|
||||
Reference in New Issue
Block a user