Skip to content

Commit 65dd5fe

Browse files
committed
chore(cnc): regeberate compare and comply
1 parent ef288e3 commit 65dd5fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ibm_watson/compare_comply_v1.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding: utf-8
22

3-
# (C) Copyright IBM Corp. 2019, 2020.
3+
# (C) Copyright IBM Corp. 2020.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -25,8 +25,9 @@
2525
from datetime import datetime
2626
from enum import Enum
2727
from ibm_cloud_sdk_core import BaseService
28+
from ibm_cloud_sdk_core import DetailedResponse
2829
from ibm_cloud_sdk_core import datetime_to_string, string_to_datetime
29-
from ibm_cloud_sdk_core import get_authenticator_from_environment
30+
from ibm_cloud_sdk_core.get_authenticator import get_authenticator_from_environment
3031
from typing import BinaryIO
3132
from typing import Dict
3233
from typing import List

0 commit comments

Comments
 (0)