From df9efb38d43ed7174e5b2b29432a4bf18a7a2f13 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 11 Jul 2024 10:40:19 -0700 Subject: [PATCH] fix import sorting --- app/notify_client/__init__.py | 1 + tests/end_to_end/test_accounts_page.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/notify_client/__init__.py b/app/notify_client/__init__.py index 3dbdb57a4..f24f34345 100644 --- a/app/notify_client/__init__.py +++ b/app/notify_client/__init__.py @@ -1,4 +1,5 @@ import os + from flask import abort, has_request_context, request from flask_login import current_user from notifications_python_client import __version__ diff --git a/tests/end_to_end/test_accounts_page.py b/tests/end_to_end/test_accounts_page.py index 9ed17655a..b6fe8c5ac 100644 --- a/tests/end_to_end/test_accounts_page.py +++ b/tests/end_to_end/test_accounts_page.py @@ -10,7 +10,6 @@ E2E_TEST_URI = os.getenv("NOTIFY_E2E_TEST_URI") def test_add_new_service_workflow(authenticated_page, end_to_end_context): page = authenticated_page - # Prepare for adding a new service later in the test. current_date_time = datetime.datetime.now() new_service_name = "E2E Federal Test Service {now} - {browser_type}".format(