Skip to content

Commit

Permalink
fixed flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzarKarim committed Aug 13, 2024
1 parent 2a59144 commit 01b2a67
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ async def _send_first_round_notification(self, batch_processing: BatchProcessing
if email:
# send email letter
await self._send_email(new_furnishing)
self._app.logger.debug(f'Successfully put email message on the queue for furnishing entry with ID: {new_furnishing.id}')
self._app.logger.debug(
f'Successfully put email message on the queue for furnishing entry with ID: {new_furnishing.id}')
else:
# send paper letter if business doesn't have email address
new_furnishing.furnishing_type = Furnishing.FurnishingType.MAIL
Expand Down

0 comments on commit 01b2a67

Please sign in to comment.