mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
all: Upgrade to ruff v0.9.6.
Signed-off-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
@@ -4,6 +4,7 @@ description: Array deletion not implemented
|
||||
cause: Unknown
|
||||
workaround: Unknown
|
||||
"""
|
||||
|
||||
import array
|
||||
|
||||
a = array.array("b", (1, 2, 3))
|
||||
|
||||
Reference in New Issue
Block a user