Skip to content

Commit c145fdb

Browse files
committed
Ruff format
1 parent c4b06c0 commit c145fdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bedrock/newsletter/forms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ def clean_office_fax(self):
258258
office_fax = self.data.get("office_fax", "")
259259
if office_fax:
260260
import logging
261+
261262
logger = logging.getLogger("b.newsletter")
262263
logger.warning(f'Honeypot field filled with value: "{office_fax}"')
263264
raise forms.ValidationError("Invalid submission")

0 commit comments

Comments
 (0)