third_party.pylibs.pylint.src/test/input/func_base_useless_pass.py

10 lines
117 B
Python
Raw Normal View History

2007-02-17 09:59:39 +00:00
"""W0107: unnecessary pass statement
"""
__revision__ = None
try:
A = 2
except ValueError:
print A
pass