Files
ruff/resources/test/fixtures/flake8_bugbear/B013.py
2022-12-01 13:33:33 -05:00

9 lines
119 B
Python

try:
pass
except (ValueError,):
pass
except AttributeError:
pass
except (ImportError, TypeError):
pass