diff --git a/litellm/proxy/utils.py b/litellm/proxy/utils.py index 946c23e7cc..3e833f0721 100644 --- a/litellm/proxy/utils.py +++ b/litellm/proxy/utils.py @@ -68,4 +68,4 @@ def update_prisma_database(token, response_cost): except Exception as e: print(f"Error updating Prisma database: {e}") - pass + pass \ No newline at end of file