Remove useless annotations imports. (#14105)

This commit is contained in:
comfyanonymous
2026-05-25 19:23:29 -07:00
committed by GitHub
parent 0a2dd86e78
commit da49b7d0b6
42 changed files with 0 additions and 54 deletions

View File

@@ -1,4 +1,3 @@
from __future__ import annotations
from typing import Type, Literal
import nodes

View File

@@ -1,5 +1,3 @@
from __future__ import annotations
from typing import TypedDict, Dict, Optional, Tuple
from typing_extensions import override
from PIL import Image

View File

@@ -1,4 +1,3 @@
from __future__ import annotations
from comfy_api.latest import IO