From 694a8ad90c42a96619d5c20855b0bbd178fc52ce Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 18 Aug 2023 12:32:44 -0700 Subject: [PATCH] with working linting --- 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 6a5409a51d..92432307be 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 # this fails linting#4 +os.environ["OPENAI_API_KEY"] = str(temp_key) # this passes linting#5