diff --git a/mistral/actions/std_actions.py b/mistral/actions/std_actions.py index e5c0be45d..91527e5c9 100644 --- a/mistral/actions/std_actions.py +++ b/mistral/actions/std_actions.py @@ -222,11 +222,6 @@ class HTTPAction(actions.Action): resp.content ) - # TODO(akuznetsova): Need to refactor Mistral serialiser and - # deserializer to have an ability to pass needed encoding and work - # with it. Now it can process only default 'utf-8' encoding. - # Appropriate bug #1676411 was created. - # Represent important resp data as a dictionary. try: content = resp.json(encoding=resp.encoding)