all: Format with ruff.

This commit is contained in:
Laurens Valk
2026-08-24 09:28:29 +02:00
parent 1df788d716
commit cab110d4c1
32 changed files with 115 additions and 246 deletions
@@ -23,7 +23,6 @@ class MySensor(Ev3devSensor):
# Open the modes file.
with open(modes_path, "r") as m:
# Read the contents.
contents = m.read()