Skip to content

Commit 8b4ed8c

Browse files
committed
chore(ltv3): regenerate ltv3
1 parent d105198 commit 8b4ed8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ibm_watson/language_translator_v3.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)