move monkey patching

This commit is contained in:
Kenneth Kehl
2025-07-28 09:59:24 -07:00
parent 143d57440c
commit b7d96225fb
2 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,3 @@
from gevent import monkey
monkey.patch_all() # this has to be called before other imports or monkey patching doesn't happen
import os # noqa
import socket # noqa
import sys # noqa