mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-14 17:22:17 -05:00
try to force monkey patching to happen first
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
from gevent import monkey
|
||||
|
||||
monkey.patch_all() # this has to be called before other imports or monkey patching doesn't happen
|
||||
|
||||
|
||||
from flask import Flask # noqa
|
||||
from werkzeug.serving import WSGIRequestHandler # noqa
|
||||
|
||||
|
||||
Reference in New Issue
Block a user