all: ruff check --fix.

Mainly fixes and sorts imports.
This commit is contained in:
Laurens Valk
2026-08-25 12:22:28 +02:00
parent d661fa1838
commit d00bf35c66
98 changed files with 210 additions and 217 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
from menu import wait_for_button
from pybricks.hubs import EV3Brick
from pybricks.parameters import Button
from menu import wait_for_button
# Initialize the EV3.
ev3 = EV3Brick()