We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48c30a commit e2f9310Copy full SHA for e2f9310
java2python/lib/walker.g
@@ -244,7 +244,7 @@ variable_def [block, append = True]
244
)
245
{
246
if val == block.emptyAssign:
247
- val = ("%s", block.config.combined("typeValueMap").get(typ, "%s()" % typ))
+ val = ("%s", block.config.combined("typeValueMap").get(typ, "None"))
248
var.setName(dec[1])
249
var.setExpression(val)
250
if append or var.isStatic:
0 commit comments