mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
ci: try from main repo (#32620)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@ -51,7 +51,7 @@ class SupabaseStorage(BaseStorage):
|
||||
return True
|
||||
return False
|
||||
|
||||
def delete(self, filename):
|
||||
def delete(self, filename: str):
|
||||
self.client.storage.from_(self.bucket_name).remove([filename])
|
||||
|
||||
def bucket_exists(self):
|
||||
|
||||
Reference in New Issue
Block a user