File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -233,9 +233,7 @@ def vocr(
233233        return  resp 
234234
235235    @overload  
236-     def  object_detection (
237-         self , params : ObjectDetectionParams 
238-     ) ->  ObjectDetectionResponse : ...
236+     def  object_detection (self , params : ObjectDetectionParams ) ->  ObjectDetectionResponse : ...
239237    @overload  
240238    def  object_detection (
241239        self , blob : bytes , options : ObjectDetectionParams  =  None 
@@ -315,9 +313,7 @@ async def vocr(
315313        return  resp 
316314
317315    @overload  
318-     async  def  object_detection (
319-         self , params : ObjectDetectionParams 
320-     ) ->  ObjectDetectionResponse : ...
316+     async  def  object_detection (self , params : ObjectDetectionParams ) ->  ObjectDetectionResponse : ...
321317    @overload  
322318    async  def  object_detection (
323319        self , blob : bytes , options : ObjectDetectionParams  =  None 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments