Skip to content

Commit de12659

Browse files
committed
🤖 apply linter changes (will not trigger CI)
1 parent 1d36f8c commit de12659

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/arm_matmul.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010
# Hide output when running through exocc.
1111
if __name__ != "__main__" and hasattr(os, "devnull"):
12-
sys.stdout = open(os.devnull, "w"
13-
)
12+
sys.stdout = open(os.devnull, "w")
1413

1514
# Algorithm definition
1615
@proc
@@ -115,4 +114,4 @@ def rank_k_reduce_6x16(
115114
neon = simplify(neon)
116115
print(neon)
117116

118-
print("\n============= dnone! ==============")
117+
print("\n============= dnone! ==============")

0 commit comments

Comments
 (0)