From 151f31314e21dff1ae27f956572ca9c8a45f45c3 Mon Sep 17 00:00:00 2001 From: Antoni Segura Puimedon Date: Fri, 9 Sep 2016 12:26:48 +0200 Subject: [PATCH] doc: remove unused import In the migrating docs there was an import of session that none of the sample lines used. Change-Id: I831fe126e5488c959468f0513c72ef9235ac6e01 Signed-off-by: Antoni Segura Puimedon --- doc/source/migrating.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/migrating.rst b/doc/source/migrating.rst index b80ccf40..6881b3ff 100644 --- a/doc/source/migrating.rst +++ b/doc/source/migrating.rst @@ -84,7 +84,6 @@ Obtaining the session:: -from keystoneclient import session +from keystoneauth1 import loading as ks_loading - +from keystoneauth1 import session -_SESSION = session.Session.load_from_conf_options( -auth_plugin = auth.load_from_conf_options(conf, NEUTRON_GROUP)