summaryrefslogtreecommitdiff
path: root/keystoneclient/auth/identity/access.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystoneclient/auth/identity/access.py')
-rw-r--r--keystoneclient/auth/identity/access.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/keystoneclient/auth/identity/access.py b/keystoneclient/auth/identity/access.py
index 5849b75..3e096b7 100644
--- a/keystoneclient/auth/identity/access.py
+++ b/keystoneclient/auth/identity/access.py
@@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-from positional import positional
-
from keystoneclient.auth.identity import base
@@ -32,7 +30,6 @@ class AccessInfoPlugin(base.BaseIdentityPlugin):
if using the AUTH_INTERFACE with get_endpoint. (optional)
"""
- @positional()
def __init__(self, auth_ref, auth_url=None):
super(AccessInfoPlugin, self).__init__(auth_url=auth_url,
reauthenticate=False)