diff --git a/src/ui/gunicorn.conf.py b/src/ui/gunicorn.conf.py index 52cbc7e9a..51caa03fd 100644 --- a/src/ui/gunicorn.conf.py +++ b/src/ui/gunicorn.conf.py @@ -6,7 +6,6 @@ deps_path = join(sep, "usr", "share", "bunkerweb", "deps", "python") if deps_path not in sys_path: sys_path.append(deps_path) -from zope.event import subscribers # noqa: F401 from gevent import monkey monkey.patch_all()