From 30090c550803a40c06cc3b0dcae8469b2b9592fa Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 25 Apr 2024 10:51:30 +0100 Subject: [PATCH] Add py.typed to mark the library as typed Removes an error like this: error: Skipping analyzing "ollama": module is installed, but missing library stubs or py.typed marker [import-untyped] when running mypy over code that uses the library. --- ollama/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 ollama/py.typed diff --git a/ollama/py.typed b/ollama/py.typed new file mode 100644 index 0000000..e69de29