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 d105198 commit 8b4ed8cCopy full SHA for 8b4ed8c
ibm_watson/language_translator_v3.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.
@@ -27,8 +27,9 @@
27
from datetime import datetime
28
from enum import Enum
29
from ibm_cloud_sdk_core import BaseService
30
+from ibm_cloud_sdk_core import DetailedResponse
31
from ibm_cloud_sdk_core import datetime_to_string, string_to_datetime
-from ibm_cloud_sdk_core import get_authenticator_from_environment
32
+from ibm_cloud_sdk_core.get_authenticator import get_authenticator_from_environment
33
from os.path import basename
34
from typing import BinaryIO
35
from typing import Dict
0 commit comments