Files
ruff/resources/test/fixtures/B013.py
Harutaka Kawamura 2821ef0f69 Implement B013 (#503)
2022-10-29 15:36:29 -04:00

9 lines
119 B
Python

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