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:
Asuka Minato
2026-02-26 16:30:10 +09:00
committed by GitHub
parent 4f38229fbc
commit 33e0dae2b2
14 changed files with 202 additions and 10 deletions

View File

@ -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):