chore(backend): remove unused import in plugin.py

This commit is contained in:
AAGaming
2024-09-01 14:18:33 -04:00
parent 6ae6f5ee67
commit c1f7ca7f20
+1 -1
View File
@@ -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