chore: drop unused imports, vars

This commit is contained in:
aclist 2026-07-04 08:42:53 +09:00
parent 6c56f16633
commit 92ba7c2267

View File

@ -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": "",