diff options
| author | Sims <38142618+suchmememanyskill@users.noreply.github.com> | 2025-12-20 20:12:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-20 19:12:04 +0000 |
| commit | 789851579b8eaff70c2fb9da999e86d86a2d95bd (patch) | |
| tree | beb0fe38245d327c81091931b4c98e574e815dc2 /backend/decky_loader/plugin/sandboxed_plugin.py | |
| parent | 7ea7bc7f9bb3a3c8235f192df648dff13abf00d5 (diff) | |
| download | decky-loader-789851579b8eaff70c2fb9da999e86d86a2d95bd.tar.gz decky-loader-789851579b8eaff70c2fb9da999e86d86a2d95bd.zip | |
* test
* fix linting
Diffstat (limited to 'backend/decky_loader/plugin/sandboxed_plugin.py')
| -rw-r--r-- | backend/decky_loader/plugin/sandboxed_plugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
