Skip to content

Commit

Permalink
chore(backend): remove unused import in plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed Sep 1, 2024
1 parent 6ae6f5e commit c1f7ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/decky_loader/plugin/plugin.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c1f7ca7

Please sign in to comment.