mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-08 14:12:27 -05:00
noqa style check
This commit is contained in:
@@ -3,7 +3,7 @@ from gevent import monkey
|
|||||||
|
|
||||||
monkey.patch_all()
|
monkey.patch_all()
|
||||||
|
|
||||||
from flask import Flask
|
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