From a8f7ac9b7a53fe920dbe28421a076dd4ff6fe5bf Mon Sep 17 00:00:00 2001 From: ngxstat-bot Date: Sat, 16 Aug 2025 05:27:02 -0500 Subject: [PATCH] lint: remove unused Path import in tests/test_nginx_config.py --- tests/test_nginx_config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_nginx_config.py b/tests/test_nginx_config.py index 604b700..cba4212 100644 --- a/tests/test_nginx_config.py +++ b/tests/test_nginx_config.py @@ -1,5 +1,3 @@ -from pathlib import Path - from scripts import nginx_config as nc