chore: remove module-level comments and docstrings from assets package

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Luke Mino-Altherr
2026-02-03 20:04:47 -08:00
parent 4139f46092
commit 5449fd2501
10 changed files with 0 additions and 59 deletions

View File

@@ -1,9 +1,3 @@
"""
Service layer data transfer objects.
These dataclasses represent the data returned by service functions,
providing explicit types instead of raw dicts or ORM objects.
"""
from dataclasses import dataclass
from datetime import datetime