ComfyUI/app
Luke Mino-Altherr 6d6ab81b72 refactor: flatten nested try blocks and if statements in assets package
Extract helper functions to eliminate nested try-except blocks in scanner.py
and remove duplicated type-checking logic in asset_info.py. Simplify nested
conditionals in asset_management.py for clearer control flow.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-11 17:41:37 -08:00
..
assets refactor: flatten nested try blocks and if statements in assets package 2026-02-11 17:41:37 -08:00
database Add most basic Asset support for models (#11315) 2026-01-08 22:21:51 -05:00
__init__.py
app_settings.py
custom_node_manager.py
frontend_management.py
logger.py
model_manager.py New Year ruff cleanup. (#11595) 2026-01-01 22:06:14 -05:00
subgraph_manager.py add blueprints dir for built-in blueprints (#11853) 2026-01-13 16:14:40 -08:00
user_manager.py