Skip to content

Commit 188b61d

Browse files
committed
Fix formatting
1 parent 61ab885 commit 188b61d

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import numpy as np
22

33
matrix = np.array(
4-
[
5-
[9, 3, 8, 3],
6-
[4, 5, 2, 8],
7-
[6, 4, 3, 1],
8-
[1, 0, 4, 5],
9-
])
4+
[
5+
[9, 3, 8, 3],
6+
[4, 5, 2, 8],
7+
[6, 4, 3, 1],
8+
[1, 0, 4, 5],
9+
]
10+
)
1011

1112
matrix.flatten()

0 commit comments

Comments
 (0)