noqa style check

This commit is contained in:
Kenneth Kehl
2025-09-24 08:39:22 -07:00
parent 78295e3d49
commit 4ff4b42697

View File

@@ -3,7 +3,7 @@ from gevent import monkey
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
from app import create_app, notify_celery # noqa