"testing/vscode:/vscode.git/clone" did not exist on "a59d41d6ed624a2891004eac3e534b9280fffcdd"
Commit 26a187f5 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: print removed

parent be3ab88c
......@@ -182,8 +182,6 @@ async def get_ollama_versions(url_idx: Optional[int] = None):
responses = await asyncio.gather(*tasks)
responses = list(filter(lambda x: x is not None, responses))
print(responses)
if len(responses) > 0:
lowest_version = min(
responses, key=lambda x: tuple(map(int, x["version"].split(".")))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment