Skip to content

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ashum68 committed Jun 11, 2024
1 parent de88079 commit 24890d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/test_detection_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ def main() -> int:

while True:
try:
input_data: lidar_detection.LidarDetection = (
detection_out_queue.queue.get_nowait()
)
input_data: lidar_detection.LidarDetection = detection_out_queue.queue.get_nowait()
assert str(type(input_data)) == "<class 'modules.lidar_detection.LidarDetection'>"

assert input_data is not None
Expand Down

0 comments on commit 24890d5

Please sign in to comment.