remote transmitter fix
Some checks failed
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 17m18s
Build Project / Build Project (3.12) (pull_request) Successful in 16m12s
Build Project / Build Project (3.11) (pull_request) Successful in 17m50s
Build Project / Build Project (3.10) (pull_request) Successful in 18m33s
Test with tox / Test with tox (3.11) (pull_request) Successful in 5m1s
Test with tox / Test with tox (3.12) (pull_request) Successful in 4m45s
Test with tox / Test with tox (3.10) (pull_request) Failing after 21m16s

This commit is contained in:
ben 2026-04-20 15:27:54 -04:00
parent c043eb0377
commit 98f63b622b

View File

@ -13,12 +13,6 @@ import json
import logging import logging
import threading import threading
import time import time
from typing import TYPE_CHECKING
if TYPE_CHECKING:
import paramiko
import zmq
import paramiko import paramiko
import zmq import zmq