style(connector.py): order imports

This commit is contained in:
2025-09-19 14:52:39 +02:00
parent 6953922b3b
commit bce62f6973

View File

@@ -2,10 +2,9 @@
from __future__ import annotations
import logging as lg
import socket
import uuid
import time
import uuid
from judas_protocol import Message