jonathanpark commited on
Commit
be4f2db
1 Parent(s): f3b3a2f

unbreak it

Browse files
Files changed (1) hide show
  1. handler.py +0 -1
handler.py CHANGED
@@ -25,7 +25,6 @@ class EndpointHandler():
25
  self.imgPipe = self.imgPipe.to(device)
26
 
27
  def __call__(self, data: Any) -> List[List[Dict[str, float]]]:
28
- raise NotImplementedError()
29
  """
30
  Args:
31
  data (:obj:):
 
25
  self.imgPipe = self.imgPipe.to(device)
26
 
27
  def __call__(self, data: Any) -> List[List[Dict[str, float]]]:
 
28
  """
29
  Args:
30
  data (:obj:):