mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Fix flake8 and isort errors
Note, isort now has default behaviour of searching recursively so we no longer need the `-rc` flag
This commit is contained in:
@@ -3807,7 +3807,7 @@ def test_check_notification_shows_back_link(
|
||||
name="Awkward letter",
|
||||
type_="letter",
|
||||
subject="We need to talk about ((thing))",
|
||||
content=f"Hello ((address line 3))",
|
||||
content="Hello ((address line 3))",
|
||||
)},
|
||||
)
|
||||
with client_request.session_transaction() as session:
|
||||
|
||||
Reference in New Issue
Block a user