fix: import NotRequired from typing_extensions for Python 3.10 compat
This commit is contained in:
parent
4d40630dd9
commit
d88b19d96f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue