eBoreal commited on
Commit
ca246a4
·
1 Parent(s): 61ce98e

break stuff

Browse files
Files changed (1) hide show
  1. handler.py +3 -0
handler.py CHANGED
@@ -30,6 +30,9 @@ class EndpointHandler:
30
  Return:
31
  A :obj:`list` | `dict`: will be serialized and returned
32
  """
 
 
 
33
  # get inputs
34
  inputs = data.get("inputs")
35
 
 
30
  Return:
31
  A :obj:`list` | `dict`: will be serialized and returned
32
  """
33
+
34
+ return data
35
+
36
  # get inputs
37
  inputs = data.get("inputs")
38