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

@ -60,7 +60,7 @@ class VolcengineTosStorage(BaseStorage):
return False
return True
def delete(self, filename):
def delete(self, filename: str):
if not self.bucket_name:
return
self.client.delete_object(bucket=self.bucket_name, key=filename)