From a977e94a5dc72920bfece5f57c7830f3643dcaca Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 6 Oct 2023 06:16:17 -0700 Subject: [PATCH] style(main.py): adding spacing --- litellm/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/main.py b/litellm/main.py index f456f030f8..2589c85fb3 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -6,6 +6,7 @@ # +-----------------------------------------------+ # # Thank you ! We ❤️ you! - Krrish & Ishaan + import os, openai, sys, json, inspect from typing import Any from functools import partial