Today I learned about Python's contextlib.suppress API. It's a clean, concise way to ignore errors that you don't need to handle.
1
4
27
0
3
Download Image