Skip to content

Commit

Permalink
chore(lt): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
apaparazzi0329 committed Feb 22, 2024
1 parent 6a1cef6 commit 3771e45
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ibm_watson/language_translator_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,13 @@ def __init__(
"""
if version is None:
raise ValueError('version must be provided')

print(
"""

print("""
On 10 June 2023, IBM announced the deprecation of the Natural Language Translator service.
The service will no longer be available from 8 August 2022. As of 10 June 2024, the service will reach its End of Support
date. As of 10 December 2024, the service will be withdrawn entirely and will no longer be
available to any customers.
"""
)
""")

if not authenticator:
authenticator = get_authenticator_from_environment(service_name)
Expand Down

0 comments on commit 3771e45

Please sign in to comment.