fix: import NotRequired from typing_extensions for Python 3.10 compat
Some checks failed
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Has been cancelled
Build package / Build Test (3.11) (push) Has been cancelled
Build package / Build Test (3.12) (push) Has been cancelled
Build package / Build Test (3.13) (push) Has been cancelled
Build package / Build Test (3.14) (push) Has been cancelled

This commit is contained in:
bymyself 2026-03-15 05:50:04 +00:00
parent 4d40630dd9
commit d88b19d96f

View File

@ -1,6 +1,7 @@
from __future__ import annotations
from typing import TypedDict, NotRequired
from typing import TypedDict
from typing_extensions import NotRequired
import os
import json
import folder_paths