Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Nov 27, 2024
1 parent 07d3ce6 commit af62c14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __init__(self, port: str, simulating: bool = False) -> None:
self._serial = serial.Serial(port, baudrate=STACKER_FREQ, timeout=60)

def _send_and_recv(
self, msg: str, guard_ret: str = "", response_required=True
self, msg: str, guard_ret: str = "", response_required: bool = True
) -> str:
"""Internal utility to send a command and receive the response."""
assert not self._simulating
Expand Down

0 comments on commit af62c14

Please sign in to comment.