From 41f1d1ec098d69bd9dc71bdba4cb8494b21b4f9e Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 31 Jan 2020 13:18:23 -0500 Subject: [PATCH] Remove dup statement --- uncompyle6/parsers/parse3.py | 1 - 1 file changed, 1 deletion(-) diff --git a/uncompyle6/parsers/parse3.py b/uncompyle6/parsers/parse3.py index b5082da7..abba52aa 100644 --- a/uncompyle6/parsers/parse3.py +++ b/uncompyle6/parsers/parse3.py @@ -1535,7 +1535,6 @@ class Python3Parser(PythonParser): "except_handler_else": except_handler_else, # "ifstmt": ifstmt, "testtrue": testtrue, - "testtrue": testtrue, "tryelsestmtl3": tryelsestmtl3, "try_except": tryexcept, }