Skip to content

Commit

Permalink
Ran black --check and black commands so that black_lint does not fail
Browse files Browse the repository at this point in the history
  • Loading branch information
victor5lm committed Aug 8, 2024
1 parent 4cca34e commit 2b733f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bu_isciii/bioinfo_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,9 @@ def email_creation(self):
if bu_isciii.utils.prompt_yn_question(
f"Do you want to use notes from {self.provided_txt}?", dflt=False
):
email_data["email_notes"] = self.delivery_notes.replace("\n", "<br />")
email_data["email_notes"] = self.delivery_notes.replace(
"\n", "<br />"
)
else:
email_data["email_notes"] = bu_isciii.utils.ask_for_some_text(
msg="Write email notes"
Expand Down

0 comments on commit 2b733f2

Please sign in to comment.