From ecc8e5bec4b8d48c36fe48ce979d09565c3cef11 Mon Sep 17 00:00:00 2001 From: Kye Date: Fri, 6 Oct 2023 12:34:38 -0400 Subject: [PATCH] clean up Former-commit-id: 6f6ab7042f5ac2fb5c5f9b0f74f472bd6e9ed217 --- swarms/agents/aot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/swarms/agents/aot.py b/swarms/agents/aot.py index de02155e..81a424a8 100644 --- a/swarms/agents/aot.py +++ b/swarms/agents/aot.py @@ -2,8 +2,6 @@ import logging import os import time -import llm - logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s') logger = logging.getLogger(__name__)