Files
openide/python/testData/formatter/alignmentOfClosingBraceInDictLiteralWhenNoHangingIndent.py
Mikhail Golubev 4ced2f94f7 PY-12145 Align closing brace when there is no hanging indent in parental expression
Also update expected test data in a couple of existing tests to be PEP8 complaint
2015-01-19 21:41:13 +03:00

8 lines
402 B
Python

class Checkpoints(webapp2.RequestHandler):
def get(self):
self.response.write(json.dumps({"meta": {"code": 400,
"errorType": "paramError",
"errorDetail": "Parameter 'api_key' is missing"
},
"response": {}
}))