Fix Python 3.9 errors

This commit is contained in:
Jacob Segal
2025-07-22 16:31:53 -07:00
parent cf4ba2787d
commit d673124343
4 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
from __future__ import annotations
from typing import Type, TYPE_CHECKING
from comfy_api.internal import ComfyAPIBase
from comfy_api.internal.singleton import ProxiedSingleton