mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +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: __path__ attribute of a package has a different type (single string
|
||||
cause: MicroPython doesn't support namespace packages split across filesystem. Beyond that, MicroPython's import system is highly optimized for minimal memory usage.
|
||||
workaround: Details of import handling is inherently implementation dependent. Don't rely on such details in portable applications.
|
||||
"""
|
||||
|
||||
import modules
|
||||
|
||||
print(modules.__path__)
|
||||
|
||||
Reference in New Issue
Block a user