79232039

Date: 2024-11-27 22:26:47
Score: 1
Natty:
Report link

HttpRequest is a file-like object so you can simplify from json.loads(request.body) slightly:

data = json.load(request)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): is a
Posted by: Ryan