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
+1 -1
View File
@@ -1,4 +1,4 @@
from micropython import const, opt_level, mem_info, qstr_info, stack_use
from micropython import const, mem_info, opt_level, qstr_info, stack_use
# Get stack at start.
stack_start = stack_use()