spellingdragon commited on
Commit
ff458a6
1 Parent(s): 60457b4

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -28,7 +28,7 @@ class EndpointHandler():
28
  )
29
 
30
 
31
- def __call__(self, data: Any) -> List[List[Dict[str, float]]]:
32
  """
33
  Args:
34
  data (:obj:):
 
28
  )
29
 
30
 
31
+ def __call__(self, data: Dict[str, bytes]) -> Dict[str, str]:
32
  """
33
  Args:
34
  data (:obj:):