Fix linting errors, preliminary rocm 7 support

This commit is contained in:
doctorpangloss
2025-09-23 15:02:21 -07:00
parent ac0694a7bd
commit 6e98a0c478
21 changed files with 412 additions and 567 deletions
+2 -2
View File
@@ -2,10 +2,10 @@ from __future__ import annotations # for Python 3.7-3.9
import concurrent.futures
from enum import Enum
from typing import Optional, Literal, Protocol, Union, NamedTuple, List, runtime_checkable, Iterable, Never, Dict, Any
from typing import Optional, Literal, Protocol, Union, NamedTuple, List, runtime_checkable, Iterable, Dict, Any
import PIL.Image
from typing_extensions import NotRequired, TypedDict
from typing_extensions import NotRequired, TypedDict, Never
from .encode_text_for_progress import encode_text_for_progress
from .outputs_types import OutputsDict