refactor: simplify code formatting and improve readability across multiple files

This commit is contained in:
Abhimanyu Saharan
2026-02-09 20:44:05 +05:30
parent 020d02fa22
commit 8f6347dc8d
33 changed files with 393 additions and 427 deletions

View File

@@ -5,7 +5,7 @@ from __future__ import annotations
import re
from typing import TYPE_CHECKING
if TYPE_CHECKING:
if TYPE_CHECKING: # pragma: no cover
from app.models.agents import Agent
# Mention tokens are single, space-free words (e.g. "@alex", "@lead").