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 1c90c65 commit 2190848Copy full SHA for 2190848
ads/aqua/extension/evaluation_handler.py
@@ -30,7 +30,7 @@ def get(self, eval_id=""):
30
return self.read(eval_id)
31
32
@handle_exceptions
33
- def post(self):
+ def post(self, *args, **kwargs):
34
"""Handles post request for the evaluation APIs
35
36
Raises
0 commit comments