lint: remove unused Path import in tests/test_nginx_config.py
Some checks failed
CI / Lint, test, and build (push) Failing after 45s

This commit is contained in:
ngxstat-bot 2025-08-16 05:27:02 -05:00
commit a8f7ac9b7a

View file

@ -1,5 +1,3 @@
from pathlib import Path
from scripts import nginx_config as nc from scripts import nginx_config as nc