We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a948526 commit 843f4b5Copy full SHA for 843f4b5
1 file changed
src/pyssm_client/cli/coordinator.py
@@ -7,7 +7,7 @@
7
import sys
8
import termios
9
import tty
10
-from typing import Any, Callable, Optional
+from typing import Any
11
12
from ..communicator.data_channel import SessionDataChannel
13
from ..communicator.utils import create_websocket_config
@@ -474,4 +474,3 @@ async def _stop_resize_heartbeat(self) -> None:
474
except asyncio.CancelledError:
475
pass
476
self._resize_task = None
477
-
0 commit comments