From 789851579b8eaff70c2fb9da999e86d86a2d95bd Mon Sep 17 00:00:00 2001 From: Sims <38142618+suchmememanyskill@users.noreply.github.com> Date: Sat, 20 Dec 2025 20:12:04 +0100 Subject: Fix settings import under windows (#858) * test * fix linting --- backend/decky_loader/plugin/sandboxed_plugin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'backend/decky_loader/plugin/sandboxed_plugin.py') diff --git a/backend/decky_loader/plugin/sandboxed_plugin.py b/backend/decky_loader/plugin/sandboxed_plugin.py index 71e1d17b..20da747e 100644 --- a/backend/decky_loader/plugin/sandboxed_plugin.py +++ b/backend/decky_loader/plugin/sandboxed_plugin.py @@ -14,6 +14,7 @@ from ..localplatform.localsocket import LocalSocket from ..localplatform.localplatform import setgid, setuid, get_username, get_home_path, ON_LINUX from ..enums import UserType from .. import helpers +from .. import settings # pyright: ignore [reportUnusedImport] from typing import List, TypeVar, Any -- cgit v1.2.3