ruff format
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user