system/ui: fix lint error (#35387)

fix lint error
pull/35390/head
Dean Lee 3 months ago committed by GitHub
parent 6e9e43d03b
commit e42044b833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      system/ui/onroad/model_renderer.py

@ -313,7 +313,7 @@ class ModelRenderer:
line_y = line.y
line_z = line.z
points = []
points: list = []
for i in range(max_idx + 1):
# Skip points with negative x (behind camera)

Loading…
Cancel
Save