Skip to content

Commit 8d97e3d

Browse files
pylint fix
1 parent 817397c commit 8d97e3d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/api/agents/chart_agent_factory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ async def create_agent(cls, config):
3434
Verify and refine that JSON should not have any syntax errors like extra closing brackets.
3535
Ensure Y-axis labels are fully visible by increasing **ticks.padding**, **ticks.maxWidth**, or enabling word wrapping where necessary.
3636
Ensure bars and data points are evenly spaced and not squished or cropped at **100%** resolution by maintaining appropriate **barPercentage** and **categoryPercentage** values."""
37-
3837

3938
project_client = AIProjectClient(
4039
endpoint=config.ai_project_endpoint,

src/api/services/chat_service.py

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

40+
4041
class ExpCache(TTLCache):
4142
"""
4243
Extended TTLCache that associates an agent and deletes Azure AI agent threads when items expire or are evicted (LRU).

0 commit comments

Comments
 (0)