Black & isort.

Signed-off-by: Cliff Hill <clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-08-02 14:50:52 -04:00
parent 27ee039b2d
commit 6b8be20ed2
5 changed files with 75 additions and 61 deletions
+1 -1
View File
@@ -494,5 +494,5 @@ def test_should_show_message_note(
assert normalize_spaces(page.select_one("main p.notification-status").text) == (
'Messages are sent immediately to the cell phone carrier, but will remain in "pending" status until we hear '
'back from the carrier they have received it and attempted deliver. More information on delivery status.'
"back from the carrier they have received it and attempted deliver. More information on delivery status."
)