cleaned code
This commit is contained in:
@@ -104,9 +104,7 @@ class BaseKVStorage(StorageNameSpace):
|
|||||||
async def drop(self) -> None:
|
async def drop(self) -> None:
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
async def get_by_status_and_ids(
|
async def get_by_status_and_ids(self, status: str) -> Union[list[dict[str, Any]], None]:
|
||||||
self, status: str
|
|
||||||
) -> list[dict[str, Any]]:
|
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
|
Reference in New Issue
Block a user