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 d8cb122dfb
commit 80d99e7b63
10 changed files with 0 additions and 59 deletions

View File

@@ -1,9 +1,3 @@
"""
Multipart upload parsing for asset uploads.
This module handles the HTTP-specific concerns of parsing multipart form data,
streaming file uploads to temp storage, and validating hash fields.
"""
import os
import uuid