Skip to content

Commit 843f4b5

Browse files
committed
Remove unused imports
1 parent a948526 commit 843f4b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pyssm_client/cli/coordinator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys
88
import termios
99
import tty
10-
from typing import Any, Callable, Optional
10+
from typing import Any
1111

1212
from ..communicator.data_channel import SessionDataChannel
1313
from ..communicator.utils import create_websocket_config
@@ -474,4 +474,3 @@ async def _stop_resize_heartbeat(self) -> None:
474474
except asyncio.CancelledError:
475475
pass
476476
self._resize_task = None
477-

0 commit comments

Comments
 (0)