mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-11 00:00:01 +00:00
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:
@@ -1,12 +1,3 @@
|
||||
"""
|
||||
Asset manager - thin API adapter layer.
|
||||
|
||||
This module transforms API schemas to/from service layer calls.
|
||||
It should NOT contain business logic or direct SQLAlchemy usage.
|
||||
|
||||
Architecture:
|
||||
API Routes -> manager.py (schema transformation) -> services/ (business logic) -> queries/ (DB ops)
|
||||
"""
|
||||
import contextlib
|
||||
import mimetypes
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user