Skip to content

Commit 817397c

Browse files
pylint fixes
1 parent 21dfc79 commit 817397c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/services/chat_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
logging.basicConfig(level=logging.INFO)
3838
logger = logging.getLogger(__name__)
3939

40-
4140
class ExpCache(TTLCache):
4241
"""
4342
Extended TTLCache that associates an agent and deletes Azure AI agent threads when items expire or are evicted (LRU).

0 commit comments

Comments
 (0)