Skip to content

Commit d0e1928

Browse files
committed
formatted
1 parent 33bed15 commit d0e1928

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

jigsawstack/vision.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)