Remove dup semantic rule

This commit is contained in:
rocky 2019-07-05 06:24:14 -04:00
parent cc531cf90a
commit 3f9a862277

View File

@ -37,7 +37,6 @@ def customize_for_version3(self, version):
(0, "expr"),
(4, "expr"),
),
"except_cond2": ("%|except %c as %c:\n", 1, 5),
"function_def_annotate": ("\n\n%|def %c%c\n", -1, 0),
# When a generator is a single parameter of a function,
# it doesn't need the surrounding parenethesis.