Skip to content

Commit 9137375

Browse files
committed
remove unused key val pair"
1 parent 1585167 commit 9137375

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

generator/reference.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
PARAM_TYPE_OVERRIDES = {
2929
"boolean[]": "Iterator[bool]",
3030
"char[]": "Iterator[chr]",
31-
"java.lang.String[]": "list[str]",
3231
"float[]": "Iterator[float]",
3332
"float[][]": "Iterator[Iterator[float]]",
3433
"int[]": "Iterator[int]",

0 commit comments

Comments
 (0)