Skip to content

Commit fc60ced

Browse files
committed
Black.
1 parent 1f463b4 commit fc60ced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

9+
910
arg = [[1, 2], [3], [4, 5, 6]]
1011
assert isinstance(arg, list)
1112
assert len(arg) == 3

0 commit comments

Comments
 (0)