mirror of
https://github.com/syssec-utd/pylingual.git
synced 2026-05-10 18:39:03 -07:00
Fixes test case ae0
This commit is contained in:
committed by
Joel-Flores123
parent
f681d4d05f
commit
4a055c59ca
@@ -494,7 +494,6 @@ def ad0_multiple_try_blocks():
|
||||
except:
|
||||
print(4)
|
||||
|
||||
# 3.10/3.11 Try matching before TryElse
|
||||
def ae0_try_except_else_nested_try():
|
||||
try:
|
||||
print(1)
|
||||
|
||||
Reference in New Issue
Block a user