Merge "remove invalid todo comment"

This commit is contained in:
Zuul 2018-07-31 06:33:01 +00:00 committed by Gerrit Code Review
commit 33bcd64679
1 changed files with 0 additions and 5 deletions

View File

@ -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)