From 677a8bb23603304f1bf53a2c613a92712af29598 Mon Sep 17 00:00:00 2001 From: hammadb Date: Tue, 10 Oct 2023 16:58:23 -0700 Subject: [PATCH] Move idl to root so we can share it with other languages. Add makefile --- mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index 18ea94ca784e..6e4cf72a5605 100644 --- a/mypy.ini +++ b/mypy.ini @@ -2,4 +2,4 @@ exclude = ["chromadb/proto/*"] [mypy-chromadb.proto.*] -ignore_errors = True \ No newline at end of file +ignore_errors = True