From 12b2d0d86de6ee266f5613ecd3d497e52ff94428 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Thu, 24 Oct 2024 17:43:10 -0700 Subject: [PATCH] isort --- app/main/views/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/views/index.py b/app/main/views/index.py index 30234fefc..d96c6d98b 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -10,8 +10,8 @@ from app.formatters import apply_html_class, convert_markdown_template from app.main import main from app.main.views.pricing import CURRENT_SMS_RATE from app.main.views.sub_navigation_dictionaries import ( - features_nav, best_practices_nav, + features_nav, using_notify_nav, ) from app.utils.user import user_is_logged_in