From 46b14da3b1318d60e2491800169b5b425f1329d1 Mon Sep 17 00:00:00 2001 From: Dixing Xu Date: Thu, 9 Jan 2025 18:13:10 +0800 Subject: [PATCH] fix: ruff format --- aide/backend/backend_anthropic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aide/backend/backend_anthropic.py b/aide/backend/backend_anthropic.py index bfc90f3..d5feb7c 100644 --- a/aide/backend/backend_anthropic.py +++ b/aide/backend/backend_anthropic.py @@ -1,6 +1,5 @@ """Backend for Anthropic API.""" -import json import logging import time