mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 23:29:28 +00:00
minimize change
This commit is contained in:
parent
ed78090b8e
commit
06d02bf3de
23 changed files with 161 additions and 197 deletions
|
|
@ -181,8 +181,7 @@ class S3FilesImpl(Files):
|
|||
)
|
||||
|
||||
async def shutdown(self) -> None:
|
||||
if self._sql_store:
|
||||
await self._sql_store.close()
|
||||
pass
|
||||
|
||||
@property
|
||||
def client(self) -> boto3.client:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue