Skip to content

Commit

Permalink
Small ssh fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapaioa committed Apr 12, 2024
1 parent 89e3f6f commit 95011f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions broker/binds/hussh.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from pathlib import Path

from hussh import Connection
from logzero import logger

from broker import exceptions, helpers

Expand Down Expand Up @@ -62,7 +61,6 @@ def __init__(self, **kwargs):
else:
raise exceptions.AuthenticationError("No password or key file provided.")

logger.info(f"{conn_kwargs=}")
self.session = Connection(host, **conn_kwargs)

except Exception as err: # noqa: BLE001
Expand Down

0 comments on commit 95011f7

Please sign in to comment.