Skip to content

Commit d105198

Browse files
committed
chore(discovery): regenerate discovery
1 parent 65dd5fe commit d105198

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ibm_watson/discovery_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.
@@ -28,8 +28,9 @@
2828
from datetime import datetime
2929
from enum import Enum
3030
from ibm_cloud_sdk_core import BaseService
31+
from ibm_cloud_sdk_core import DetailedResponse
3132
from ibm_cloud_sdk_core import datetime_to_string, string_to_datetime
32-
from ibm_cloud_sdk_core import get_authenticator_from_environment
33+
from ibm_cloud_sdk_core.get_authenticator import get_authenticator_from_environment
3334
from os.path import basename
3435
from typing import BinaryIO
3536
from typing import Dict

ibm_watson/discovery_v2.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.
@@ -27,8 +27,9 @@
2727
from datetime import datetime
2828
from enum import Enum
2929
from ibm_cloud_sdk_core import BaseService
30+
from ibm_cloud_sdk_core import DetailedResponse
3031
from ibm_cloud_sdk_core import datetime_to_string, string_to_datetime
31-
from ibm_cloud_sdk_core import get_authenticator_from_environment
32+
from ibm_cloud_sdk_core.get_authenticator import get_authenticator_from_environment
3233
from os.path import basename
3334
from typing import BinaryIO
3435
from typing import Dict

0 commit comments

Comments
 (0)