Skip to content

Commit 1b07740

Browse files
author
brandon
committed
AAAAAAHHHH THE LINTER
1 parent 0de4af7 commit 1b07740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/groundlight/experimental_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ def download_mlbinary(self, detector: Union[str, Detector], output_dir: str) ->
981981
:return: None
982982
"""
983983

984-
def _download_and_save(url: str, output_path: str) -> None:
984+
def _download_and_save(url: str, output_path: str) -> bytes:
985985
try:
986986
response = requests.get(url, timeout=10)
987987
except Exception as e:

0 commit comments

Comments
 (0)