This commit is contained in:
huchenlei 2024-11-27 12:30:57 -05:00
parent 8244362d7d
commit 70c0d4ef4f
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,6 @@
from __future__ import annotations
def validate_node_input(
received_type: str, input_type: str, strict: bool = False
) -> bool:

View File

@ -1,4 +1,3 @@
from __future__ import annotations
import sys
import copy
import logging