From a05991bb628ecddec688c18873779b2e09fee663 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 18 Aug 2023 12:13:04 -0700 Subject: [PATCH] linting test --- litellm/tests/test_bad_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_bad_params.py b/litellm/tests/test_bad_params.py index 71cbffe566..cc3fa6dc61 100644 --- a/litellm/tests/test_bad_params.py +++ b/litellm/tests/test_bad_params.py @@ -50,4 +50,4 @@ try: except: print(f"error occurred: {traceback.format_exc()}") pass -os.environ["OPENAI_API_KEY"] = temp_key +os.environ["OPENAI_API_KEY"] = temp_key # this fails linting