mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
test: violate style check
This commit is contained in:
@@ -8,6 +8,7 @@ from invokeai.app.services.shared.pagination import PaginatedResults
|
||||
T = TypeVar("T", bound=BaseModel)
|
||||
|
||||
|
||||
|
||||
class ItemStorageABC(ABC, Generic[T]):
|
||||
"""Provides storage for a single type of item. The type must be a Pydantic model."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user