From 3ed4747d08321ca9214b528f92dafdeb9d12d734 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Tue, 7 Jul 2026 18:38:25 +0900 Subject: [PATCH] chore: drop unused import --- tests/test_bare_conf_files.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_bare_conf_files.py b/tests/test_bare_conf_files.py index f55765e..052b829 100644 --- a/tests/test_bare_conf_files.py +++ b/tests/test_bare_conf_files.py @@ -1,6 +1,5 @@ import pytest import tempfile -import os from dzgui.app_init import copy_bare_configs from dzgui.config.xdg import get_xdg_paths, parse_filepaths