mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-18 22:20:03 +00:00
chore: remove unused re-exports from conftest.py
The helper functions are already imported directly from helpers.py by all test files, so the backwards compatibility re-export is dead code. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -259,9 +259,3 @@ def autoclean_unit_test_assets(http: requests.Session, api_base: str):
|
||||
for aid in ids:
|
||||
with contextlib.suppress(Exception):
|
||||
http.delete(f"{api_base}/api/assets/{aid}", timeout=30)
|
||||
|
||||
|
||||
# Re-export helpers for backwards compatibility with any external imports
|
||||
from helpers import trigger_sync_seed_assets, get_asset_filename
|
||||
|
||||
__all__ = ["trigger_sync_seed_assets", "get_asset_filename"]
|
||||
|
||||
Reference in New Issue
Block a user