Skip to content

Commit

Permalink
don't import from itself (was due to refactoring)
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 16, 2024
1 parent cc345e3 commit 6e389e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xpra/net/bytestreams.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,6 @@ def log_new_connection(conn, socket_info="") -> None:
def get_socket_config() -> dict[str, Any]:
config = {}
try:
# pylint: disable=import-outside-toplevel
from xpra.net.bytestreams import VSOCK_TIMEOUT, SOCKET_TIMEOUT, SOCKET_NODELAY
config = {
"vsocket.timeout": VSOCK_TIMEOUT,
"socket.timeout": SOCKET_TIMEOUT,
Expand Down

0 comments on commit 6e389e0

Please sign in to comment.