We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f11a8 commit 3c5b88bCopy full SHA for 3c5b88b
redis_benchmarks_specification/__api__/app.py
@@ -48,6 +48,8 @@ def base():
48
gh_org = "redis"
49
gh_repo = "redis"
50
schema = CommitSchema()
51
+ response_data = {}
52
+ err_message = ""
53
try:
54
# Validate request body against schema data types
55
result = schema.load(request_data)
0 commit comments