From c8417cc8e610e7f311e7eef4042fa107e84918a0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 2 Feb 2024 03:28:47 +0900 Subject: [PATCH] Drop import for old horizon versions These imports were kept to keep compatibility between separate django-openstack-auth and horizon, but is no longer necessary since horizon adopted to the new path and also django-openstack-auth was merged into horizon very long ago. Change-Id: I12dc4d585352477fded1aa96e8f712242849f843 --- openstack_auth/views.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/openstack_auth/views.py b/openstack_auth/views.py index bcefa867cc..372cbf635e 100644 --- a/openstack_auth/views.py +++ b/openstack_auth/views.py @@ -36,12 +36,6 @@ from keystoneauth1 import exceptions as keystone_exceptions from openstack_auth import exceptions from openstack_auth import forms from openstack_auth import plugin - -# This is historic and is added back in to not break older versions of -# Horizon, fix to Horizon to remove this requirement was committed in -# Juno -# pylint: disable=unused-import -from openstack_auth.forms import Login # noqa:F401 from openstack_auth import user as auth_user from openstack_auth import utils