mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 13:09:48 -04:00
@@ -1,6 +1,9 @@
|
|||||||
#!/usr/bin/env python
|
#!/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
|
# notify_celery is referenced from manifest_delivery_base.yml, and cannot be removed
|
||||||
from app import create_app, notify_celery # noqa
|
from app import create_app, notify_celery # noqa
|
||||||
|
|||||||
Reference in New Issue
Block a user