Format using black

This commit is contained in:
Alexandre Iooss 2023-08-05 13:35:53 +02:00
parent da8b0fc323
commit effb56ef1d
7 changed files with 9 additions and 8 deletions

View file

@ -53,7 +53,7 @@ class Command(BaseCommand):
# Delete them if --delete
if options["delete"]:
self.stdout.write(" Deleting duplicate in {} :".format(gallery.slug))
for (_original, copies) in duplicates:
for _original, copies in duplicates:
for copy in copies:
self.stdout.write(" Deleting {}...".format(copy.slug))
copy.delete()