Skip to content

Commit 0de4af7

Browse files
author
brandon
committed
AH the linter
2 parents 2b206bb + a395bd6 commit 0de4af7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/groundlight/experimental_api.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -993,11 +993,7 @@ def _download_and_save(url: str, output_path: str) -> None:
993993
if isinstance(detector, Detector):
994994
detector = detector.id
995995
edge_model_info = self._download_mlbinary_url(detector)
996+
_download_and_save(edge_model_info.model_binary_url, Path(output_dir) / edge_model_info.model_binary_id)
996997
_download_and_save(
997-
edge_model_info.model_binary_url,
998-
Path(output_dir) / edge_model_info.model_binary_id
999-
)
1000-
_download_and_save(
1001-
edge_model_info.oodd_model_binary_url,
1002-
Path(output_dir) / edge_model_info.oodd_model_binary_id
998+
edge_model_info.oodd_model_binary_url, Path(output_dir) / edge_model_info.oodd_model_binary_id
1003999
)

0 commit comments

Comments
 (0)