These files that are reformatted only now fall under the list of files to apply uncrustify/black formatting to. Signed-off-by: Damien George <damien@micropython.org>
7 lines
90 B
Python
7 lines
90 B
Python
# test frozen package without __init__.py
|
|
print("frzmpy_pkg2.mod")
|
|
|
|
|
|
class Foo:
|
|
x = 1
|