aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/b/bare_except.py
blob: 47a2079205e6c387c2ab64effda0b3708e20920c (plain)
1
2
3
4
5
6
# pylint: disable=missing-docstring, import-error

try:
    1 + "2"
except: # [bare-except]
    pass