From e913c95c70e8a6511008ff8eab019beca5c28642 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Fri, 10 Jul 2026 17:31:05 +0900 Subject: [PATCH] chore: remove unused imports --- tests/test_app_download_settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_app_download_settings.py b/tests/test_app_download_settings.py index caaec6d..957fd2a 100644 --- a/tests/test_app_download_settings.py +++ b/tests/test_app_download_settings.py @@ -1,10 +1,8 @@ import pytest -import tempfile from _pytest.monkeypatch import MonkeyPatch from pathlib import Path -from dzgui.api.acf import ACF from dzgui.api.steam import get_app_allows_downloads from tests.fixtures import fixture_path