Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bongbui321 committed May 20, 2024
1 parent febab14 commit 05b9b49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/sim/tests/test_sim_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def test_driving(self):
while bridge.started.value:
continue

state = None
while not q.empty():
state = q.get()
if state.type == QueueMessageType.TERMINATION_INFO:
Expand Down

0 comments on commit 05b9b49

Please sign in to comment.