From 90f6ceea18c4dfc09cd2956ec601147d7659aa48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Thu, 4 Jan 2024 16:35:33 +0000 Subject: [PATCH] Revert "Test weird bug with ui linux tests" This reverts commit 46e3a10e414f719373eee6d7e651a5659ac56dd1. --- src/ui/gunicorn.conf.py | 1 - 1 file changed, 1 deletion(-) 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()