fix(backend_server.py): import Any from typing

This commit is contained in:
2025-11-30 18:11:41 +01:00
parent faf1f4eeee
commit cc6b650f5c

View File

@@ -7,6 +7,8 @@ import socket
import threading
import time
from typing import Any
from judas_protocol import Category, ControlAction, Message
from judas_server.backend.client import Client