mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
14 lines
116 B
Python
14 lines
116 B
Python
try:
|
|
pass
|
|
except Exception:
|
|
pass
|
|
|
|
try:
|
|
pass
|
|
except:
|
|
pass
|
|
|
|
try:
|
|
pass
|
|
except ValueError:
|
|
pass
|