You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
Fix Improper semantic action format
This commit is contained in:
@@ -68,8 +68,7 @@ def customize_for_version36(self, version):
|
|||||||
'%|%c = %p\n',
|
'%|%c = %p\n',
|
||||||
(-1, 'store_annotation'), (0, 'expr', 200)),
|
(-1, 'store_annotation'), (0, 'expr', 200)),
|
||||||
'ann_assign_no_init': (
|
'ann_assign_no_init': (
|
||||||
'%|%c\n',
|
'%|%c\n', (0, 'store_annotation')),
|
||||||
(0, 200))
|
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user