mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-20 01:32:10 +08:00
lint
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import math
|
||||
import colorsys
|
||||
import numpy as np
|
||||
import pyray as rl
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import math
|
||||
import colorsys
|
||||
import numpy as np
|
||||
import pyray as rl
|
||||
|
||||
@@ -20,4 +20,4 @@ class RadarTracks:
|
||||
continue
|
||||
|
||||
x, y = pt
|
||||
rl.draw_circle(int(x), int(y), track_size, rl.Color(0, 255, 64, 255))
|
||||
rl.draw_circle(int(x), int(y), track_size, rl.Color(0, 255, 64, 255))
|
||||
|
||||
Reference in New Issue
Block a user