diff options
| author | AAGaming <aagaming@riseup.net> | 2024-09-01 14:18:33 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-09-01 14:18:33 -0400 |
| commit | c1f7ca7f2079fd5960c67d612f2551e033281051 (patch) | |
| tree | eec76a3b61a6a10ba1f103281b9e707e3dd657fb /backend | |
| parent | 6ae6f5ee67cbc7b0b7dbbebf7939d86ec4aa6722 (diff) | |
| download | decky-loader-c1f7ca7f2079fd5960c67d612f2551e033281051.tar.gz decky-loader-c1f7ca7f2079fd5960c67d612f2551e033281051.zip | |
chore(backend): remove unused import in plugin.pyv3.0.0-pre11
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/decky_loader/plugin/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/decky_loader/plugin/plugin.py b/backend/decky_loader/plugin/plugin.py index cc950e8a..28be710d 100644 --- a/backend/decky_loader/plugin/plugin.py +++ b/backend/decky_loader/plugin/plugin.py @@ -1,4 +1,4 @@ -from asyncio import CancelledError, Task, create_task, sleep, get_event_loop, wait +from asyncio import CancelledError, Task, create_task, sleep, wait from json import dumps, load, loads from logging import getLogger from os import path |
