test: violate style check

This commit is contained in:
psychedelicious
2023-11-13 11:01:32 +11:00
parent 8366cd2a00
commit 3d3775c962

View File

@@ -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."""