From f335249de514fbdb816f3ed8a0afc7ec69a2eedd Mon Sep 17 00:00:00 2001 From: Ricky Bobby <89657947+rpreslar4765@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:59:52 -0400 Subject: [PATCH] style: ignore pylyzer warnings in _client.py --- ollama/_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ollama/_client.py b/ollama/_client.py index 18cb0fb4..36e7d529 100644 --- a/ollama/_client.py +++ b/ollama/_client.py @@ -1,3 +1,4 @@ +# pylyzer: ignore import contextlib import ipaddress import json