Skip to content

Commit babbb6c

Browse files
pre-commit-ci[bot]tonylampada
authored andcommitted
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent d0c1743 commit babbb6c

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
@@ -760,10 +760,10 @@ def search_all(
760760
761761
>>> print(result)
762762
""" # noqa: E501 // docs
763-
763+
764764
if fields is None:
765765
fields = ["id", "created"]
766-
766+
767767
while True:
768768
data = self.search(
769769
like_image=like_image,

0 commit comments

Comments
 (0)