ruff format

This commit is contained in:
Brian Bjarke Jensen
2025-09-15 00:53:38 +02:00
parent c45ba3c5d5
commit 5a72507775
3 changed files with 46 additions and 13 deletions
+1 -1
View File
@@ -138,4 +138,4 @@ def raw_minio_client(minio_container: dict[str, str]) -> Generator[Minio]:
# Cleanup
objects = client.list_objects(bucket_name, recursive=True)
for obj in objects:
client.remove_object(bucket_name, obj.object_name)
client.remove_object(bucket_name, obj.object_name)