summaryrefslogtreecommitdiff
path: root/test/input/func_noerror_w0232.py
blob: df93855805fd94420cb790a98578d542a1fe6e05 (plain)
1
2
3
4
5
6
7
8
9
10
# pylint: disable=R0903,R0923
"""check interface and exception without __init__ doesn't print warnings
"""
__revision__ = ''

class Interface:
    """interface without docstring"""

class MyError(Exception):
    """exception without docstring"""