Skip to content

Commit 597f0eb

Browse files
author
Veronika Matyus
committed
Update path to TokenManager (COUCHDB_SESSION)
1 parent 969ecbc commit 597f0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibmcloudant/couchdb_session_token_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"""
1717
Module for managing session authentication token
1818
"""
19-
from ibm_cloud_sdk_core.token_manager import TokenManager
19+
from ibm_cloud_sdk_core.token_managers.token_manager import TokenManager
2020

2121

2222
class CouchDbSessionTokenManager(TokenManager):

0 commit comments

Comments
 (0)