mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 06:32:11 -05:00
7 lines
136 B
Python
7 lines
136 B
Python
# from gevent import monkey
|
|
|
|
# commenting out while we disable gevent
|
|
# monkey.patch_all()
|
|
|
|
from application import application # noqa
|