Proper code formatting

This commit is contained in:
Peter Kappelt
2023-01-16 08:38:59 +01:00
committed by Trenton H
parent 5004771d79
commit 31a03b1d30
2 changed files with 4 additions and 3 deletions

View File

@@ -141,7 +141,8 @@ class Consumer(LoggingMixin):
if Document.objects.filter(archive_serial_number=self.override_asn).exists():
self.log(
"warning",
f"A document with ASN {self.override_asn} already exists. No ASN will be set!",
f"A document with ASN {self.override_asn} already exists. "
+ "No ASN will be set!",
)
self.override_asn = None