From d9487abd9755fb1ca4615634997a1153950b4b38 Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Wed, 8 Oct 2025 01:49:00 +0200 Subject: [PATCH] work --- modules/http_host/http_host_lib/nginx_config_gen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/http_host/http_host_lib/nginx_config_gen.py b/modules/http_host/http_host_lib/nginx_config_gen.py index a457fb7..7706f83 100644 --- a/modules/http_host/http_host_lib/nginx_config_gen.py +++ b/modules/http_host/http_host_lib/nginx_config_gen.py @@ -3,7 +3,6 @@ import sys from pathlib import Path from http_host_lib.config import config -from http_host_lib.slugify import slugify from http_host_lib.utils import python_venv_executable