Merge "Drop import for old horizon versions"

This commit is contained in:
Zuul 2024-02-07 16:50:19 +00:00 committed by Gerrit Code Review
commit 4e8faebebf
1 changed files with 0 additions and 6 deletions

View File

@ -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