mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-20 06:29:09 +00:00
fix: import NotRequired from typing_extensions for Python 3.10 compat
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user