Skip to content

Commit 2bdc73a

Browse files
committed
fixed linting for break -> continue
1 parent 6555e2f commit 2bdc73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/lidar_parser/lidar_parser_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def lidar_oscillation_worker(
2727
controller.check_pause()
2828

2929
lidar_reading: lidar_detection.LidarDetection = detection_in_queue.queue.get()
30-
if lidar_reading is None:
30+
if lidar_reading is None:
3131
continue
3232

3333
result, oscillation = parser.run(lidar_reading)

0 commit comments

Comments
 (0)