style(backend_server.py): order imports
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import logging as lg
|
import logging as lg
|
||||||
import threading
|
|
||||||
import time
|
|
||||||
import selectors
|
import selectors
|
||||||
import socket
|
import socket
|
||||||
|
import threading
|
||||||
|
import time
|
||||||
|
|
||||||
from judas_protocol import Message
|
from judas_protocol import Message
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user