Skip to content

Commit a395bd6

Browse files
author
Auto-format Bot
committed
Automatically reformatting code
1 parent 61d9173 commit a395bd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/groundlight/experimental_api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,4 +993,6 @@ def _download_and_save(url: str, output_path: str) -> None:
993993
detector = detector.id
994994
edge_model_info = self._download_mlbinary_url(detector)
995995
_download_and_save(edge_model_info.model_binary_url, Path(output_dir) / edge_model_info.model_binary_id)
996-
_download_and_save(edge_model_info.oodd_model_binary_url, Path(output_dir) / edge_model_info.oodd_model_binary_id)
996+
_download_and_save(
997+
edge_model_info.oodd_model_binary_url, Path(output_dir) / edge_model_info.oodd_model_binary_id
998+
)

0 commit comments

Comments
 (0)