We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157184b commit b26aa11Copy full SHA for b26aa11
binance/ws/streams.py
@@ -94,7 +94,7 @@ def _get_account_socket(
94
stream_url: Optional[str] = None,
95
prefix: str = "ws/",
96
is_binary: bool = False,
97
- ):
+ ) -> KeepAliveWebsocket:
98
conn_id = f"{BinanceSocketType.ACCOUNT}_{path}"
99
if conn_id not in self._conns:
100
self._conns[conn_id] = KeepAliveWebsocket(
0 commit comments