From 92ba7c22678c600d42724a1cd3abf01201780daa Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sat, 4 Jul 2026 08:42:53 +0900 Subject: [PATCH] chore: drop unused imports, vars --- tests/test_bare_conf_files.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_bare_conf_files.py b/tests/test_bare_conf_files.py index 9235390..d090f50 100644 --- a/tests/test_bare_conf_files.py +++ b/tests/test_bare_conf_files.py @@ -4,7 +4,6 @@ import os from dzgui.app_init import copy_bare_configs from dzgui.config.xdg import get_xdg_paths, parse_filepaths -from pathlib import Path CONF_STRING = "DZGUI_CONF\n" @@ -28,7 +27,6 @@ def state_files(): @pytest.fixture def xdg_paths(): - paths = [] routes = { "XDG_CONFIG_HOME": "", "XDG_STATE_HOME": "",