mirror of
https://github.com/pybricks/pybricks-projects.git
synced 2026-09-14 18:44:20 +00:00
ev3/gyro_boy: remove unused type
This commit is contained in:
committed by
Laurens Valk
parent
53cf86265f
commit
7fea4e5912
@@ -16,7 +16,7 @@ import urandom
|
||||
|
||||
from pybricks.hubs import EV3Brick
|
||||
from pybricks.ev3devices import Motor, UltrasonicSensor, ColorSensor, GyroSensor
|
||||
from pybricks.parameters import Port, Button, Color, ImageFile, SoundFile
|
||||
from pybricks.parameters import Port, Color, ImageFile, SoundFile
|
||||
from pybricks.tools import wait, StopWatch
|
||||
|
||||
# Initialize the EV3 brick.
|
||||
|
||||
Reference in New Issue
Block a user