mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tidy(config): remove unused TYPE_CHECKING block
This commit is contained in:
parent
36495b730d
commit
b612c73954
@ -5,14 +5,11 @@ Utility class for migrating among versions of the InvokeAI app config schema.
|
||||
"""
|
||||
|
||||
from abc import ABC, abstractmethod
|
||||
from typing import TYPE_CHECKING, Any, Callable, List, TypeVar
|
||||
from typing import Any, Callable, List, TypeVar
|
||||
|
||||
from packaging.version import Version
|
||||
from pydantic import BaseModel, ConfigDict, field_validator
|
||||
|
||||
if TYPE_CHECKING:
|
||||
pass
|
||||
|
||||
AppConfigDict = TypeVar("AppConfigDict", bound=dict[str, Any])
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user