{ "code": "E111", "message": "Indentation is not a multiple of four", "content": "
PEP8 recommends that Python code indentation be a multiple of four.
\n\nclass User(object):\n def __init__(self, name):\n self.name = name\nclass User(object):\n def __init__(self, name):\n self.name = name\n