Skip to content

Commit 250c402

Browse files
committed
run make style
1 parent 1021cd1 commit 250c402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roboflow/core/project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ def single_upload(
616616

617617
overall_success = success and annotation_success
618618
return overall_success
619-
619+
620620
def search(
621621
self,
622622
like_image: str = None,
@@ -673,7 +673,7 @@ def search(
673673
)
674674

675675
return data.json()["results"]
676-
676+
677677
def search_all(
678678
self,
679679
like_image: str = None,

0 commit comments

Comments
 (0)