mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-14 10:35:53 +00:00
all: ruff check --fix.
Mainly fixes and sorts imports.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user