Skip to content

Commit ce47fcd

Browse files
committed
Black.
1 parent 5aa75be commit ce47fcd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

com.ibm.wala.cast.python.test/data/tf2_test_convert_to_tensor12.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ def f(a):
66

77

88
# A 2D list (Matrix)
9-
matrix_list = [
10-
[1, 2, 3],
11-
[4, 5, 6]
12-
]
9+
matrix_list = [[1, 2, 3], [4, 5, 6]]
1310

1411
assert isinstance(matrix_list, list)
1512
assert len(matrix_list) == 2

0 commit comments

Comments
 (0)