Skip to content

Commit 3f9a862

Browse files
committed
Remove dup semantic rule
1 parent cc531cf commit 3f9a862

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

uncompyle6/semantics/customize3.py

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def customize_for_version3(self, version):
3737
(0, "expr"),
3838
(4, "expr"),
3939
),
40-
"except_cond2": ("%|except %c as %c:\n", 1, 5),
4140
"function_def_annotate": ("\n\n%|def %c%c\n", -1, 0),
4241
# When a generator is a single parameter of a function,
4342
# it doesn't need the surrounding parenethesis.

0 commit comments

Comments
 (0)