Skip to content

Commit fe19ee8

Browse files
committed
fixup! version bump
1 parent a94470f commit fe19ee8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

roboflow/core/project.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,9 +652,10 @@ def search(
652652
in_dataset: Optional[str] = None,
653653
batch: bool = False,
654654
batch_id: Optional[str] = None,
655+
fields: Optional[List[str]] = None,
656+
*,
655657
annotation_job: Optional[bool] = None,
656658
annotation_job_id: Optional[str] = None,
657-
fields: Optional[List[str]] = None,
658659
):
659660
"""
660661
Search for images in a project.
@@ -743,9 +744,10 @@ def search_all(
743744
in_dataset: Optional[str] = None,
744745
batch: bool = False,
745746
batch_id: Optional[str] = None,
747+
fields: Optional[List[str]] = None,
748+
*,
746749
annotation_job: Optional[bool] = None,
747750
annotation_job_id: Optional[str] = None,
748-
fields: Optional[List[str]] = None,
749751
):
750752
"""
751753
Create a paginated list of search results for use in searching the images in a project.

0 commit comments

Comments
 (0)