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