Skip to content

Commit

Permalink
Fix typo, rm unused lib
Browse files Browse the repository at this point in the history
  • Loading branch information
emnigma authored and gsvgit committed Jan 22, 2024
1 parent 808eedf commit f0243ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AIAgent/connection/broker_conn/socket_manager.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import logging
import os
import time
from contextlib import contextmanager, suppress

Expand Down Expand Up @@ -35,7 +34,7 @@ def wait_for_connection(server_instance: ServerInstanceInfo):
)
retries_left -= 1
raise RuntimeError(
f"Retries exsausted wnen trying to connect to {server_instance.ws_url}: {retries_left} left"
f"Retries exhausted when trying to connect to {server_instance.ws_url}: {retries_left} left"
)


Expand Down

0 comments on commit f0243ed

Please sign in to comment.