File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# coding: utf-8
2
2
3
- # (C) Copyright IBM Corp. 2019, 2020.
3
+ # (C) Copyright IBM Corp. 2020.
4
4
#
5
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
6
# you may not use this file except in compliance with the License.
28
28
from datetime import datetime
29
29
from enum import Enum
30
30
from ibm_cloud_sdk_core import BaseService
31
+ from ibm_cloud_sdk_core import DetailedResponse
31
32
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
33
34
from os.path import basename
34
35
from typing import BinaryIO
35
36
from typing import Dict
Original file line number Diff line number Diff line change 1
1
# coding: utf-8
2
2
3
- # (C) Copyright IBM Corp. 2019, 2020.
3
+ # (C) Copyright IBM Corp. 2020.
4
4
#
5
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
6
# you may not use this file except in compliance with the License.
27
27
from datetime import datetime
28
28
from enum import Enum
29
29
from ibm_cloud_sdk_core import BaseService
30
+ from ibm_cloud_sdk_core import DetailedResponse
30
31
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
32
33
from os .path import basename
33
34
from typing import BinaryIO
34
35
from typing import Dict
You can’t perform that action at this time.
0 commit comments