V3 Nodes: Load,Save,Vae audio nodes; sort imports; ruff

This commit is contained in:
bigcat88
2025-07-15 13:11:50 +03:00
parent ac05d9a5fa
commit b17cc99c1e
6 changed files with 376 additions and 103 deletions

View File

@@ -1,4 +1,4 @@
from typing import Optional, Callable
from typing import Callable, Optional
def first_real_override(cls: type, name: str, *, base: type) -> Optional[Callable]: