MilanM commited on
Commit
40e9b67
·
verified ·
1 Parent(s): 1a0efa5

Update cloudant_helper_functions.py

Browse files
Files changed (1) hide show
  1. cloudant_helper_functions.py +3 -0
cloudant_helper_functions.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  def cloudant_retrieve_documents(
2
  client: CloudantV1,
3
  db_name: str,
 
1
+ from ibmcloudant.cloudant_v1 import CloudantV1, Document
2
+ from ibm_cloud_sdk_core.authenticators import IAMAuthenticator
3
+
4
  def cloudant_retrieve_documents(
5
  client: CloudantV1,
6
  db_name: str,