refactor: enhance docstrings for clarity and consistency across multiple files

This commit is contained in:
Abhimanyu Saharan
2026-02-09 16:23:41 +05:30
parent 7ca1899d9f
commit 7706943209
28 changed files with 1829 additions and 932 deletions

View File

@@ -1,3 +1,5 @@
# ruff: noqa
from __future__ import annotations
from dataclasses import dataclass

View File

@@ -1,3 +1,5 @@
# ruff: noqa
from __future__ import annotations
from dataclasses import dataclass

View File

@@ -1,3 +1,5 @@
# ruff: noqa
from __future__ import annotations
from fastapi import FastAPI, HTTPException

View File

@@ -1,3 +1,5 @@
# ruff: noqa
import hashlib
from app.services.lead_policy import (

View File

@@ -1,3 +1,5 @@
# ruff: noqa
from app.models.agents import Agent
from app.services.mentions import extract_mentions, matches_agent_mention

View File

@@ -1,3 +1,5 @@
# ruff: noqa
from __future__ import annotations
from dataclasses import dataclass, field

View File

@@ -1,3 +1,5 @@
# ruff: noqa
from __future__ import annotations
import pytest

View File

@@ -1,3 +1,5 @@
# ruff: noqa
from __future__ import annotations
from dataclasses import dataclass, field

View File

@@ -1,3 +1,5 @@
# ruff: noqa
from __future__ import annotations
from uuid import UUID, uuid4