Merge pull request #2787 from GSA/python_3_13

disable gevent
This commit is contained in:
ccostino
2025-07-29 14:35:08 -04:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
from gevent import monkey
# from gevent import monkey
monkey.patch_all()
# monkey.patch_all()
import newrelic.agent # noqa