Fix Improper semantic action format

This commit is contained in:
rocky
2019-06-11 11:10:53 -04:00
parent 70b0704967
commit 37e4754268

View File

@@ -68,8 +68,7 @@ def customize_for_version36(self, version):
'%|%c = %p\n',
(-1, 'store_annotation'), (0, 'expr', 200)),
'ann_assign_no_init': (
'%|%c\n',
(0, 200))
'%|%c\n', (0, 'store_annotation')),
})