From 793a8cf2f803e2f68adbb11930310473545c0a0c Mon Sep 17 00:00:00 2001 From: Kye Date: Fri, 6 Oct 2023 12:34:38 -0400 Subject: [PATCH] clean up --- 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__)