system/ui: fix lint error (#35387)

fix lint error
This commit is contained in:
Dean Lee
2025-05-30 22:36:05 +08:00
committed by GitHub
parent 6e9e43d03b
commit e42044b833
+1 -1
View File
@@ -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)