From 838e966bafb6b08e96a12743610581b30547c1de Mon Sep 17 00:00:00 2001 From: Michael Slattery Date: Thu, 30 May 2024 14:14:41 -0400 Subject: [PATCH] feature - Types for mypy - #360 --- litellm/py.typed | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 litellm/py.typed diff --git a/litellm/py.typed b/litellm/py.typed new file mode 100644 index 000000000..5686005ab --- /dev/null +++ b/litellm/py.typed @@ -0,0 +1,2 @@ +# Marker file to instruct type checkers to look for inline type annotations in this package. +# See PEP 561 for more information.