From ac6561d879257c757d6b6a49194a328edd39d0cd Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:23:09 -0600 Subject: [PATCH] Linting --- src/registrar/config/urls.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/registrar/config/urls.py b/src/registrar/config/urls.py index b58ff0d33..4635d319f 100644 --- a/src/registrar/config/urls.py +++ b/src/registrar/config/urls.py @@ -125,9 +125,9 @@ urlpatterns = [ name="analytics", ), path( - "admin/api/get-senior-official-from-federal-agency-json/", - get_senior_official_from_federal_agency_json, - name="get-senior-official-from-federal-agency-json" + "admin/api/get-senior-official-from-federal-agency-json/", + get_senior_official_from_federal_agency_json, + name="get-senior-official-from-federal-agency-json", ), path("admin/", admin.site.urls), path(