We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef288e3 commit 65dd5feCopy full SHA for 65dd5fe
ibm_watson/compare_comply_v1.py
@@ -1,6 +1,6 @@
1
# coding: utf-8
2
3
-# (C) Copyright IBM Corp. 2019, 2020.
+# (C) Copyright IBM Corp. 2020.
4
#
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
# you may not use this file except in compliance with the License.
@@ -25,8 +25,9 @@
25
from datetime import datetime
26
from enum import Enum
27
from ibm_cloud_sdk_core import BaseService
28
+from ibm_cloud_sdk_core import DetailedResponse
29
from ibm_cloud_sdk_core import datetime_to_string, string_to_datetime
-from ibm_cloud_sdk_core import get_authenticator_from_environment
30
+from ibm_cloud_sdk_core.get_authenticator import get_authenticator_from_environment
31
from typing import BinaryIO
32
from typing import Dict
33
from typing import List
0 commit comments