Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] committed May 22, 2024
1 parent 53b3120 commit db5f7e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/software/networking/ssl_proto_communication.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def __init__(self, port: int) -> None:
f"SSL Socket connection refused on port {port}. Is binary already running in a separate process?"
)


def send(self, proto: protobuf_message.Message) -> None:
"""
Send the proto through the socket.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def refresh(self):
)
manual_command = self.command_override_buffer.get(return_cached=False)

def is_valid_port(self, port:int) -> bool:
def is_valid_port(self, port: int) -> bool:
"""
Check if a port is available
Expand Down

0 comments on commit db5f7e0

Please sign in to comment.