This commit is contained in:
Amirhossein Ghanipour 2025-08-15 19:39:27 -04:00 committed by GitHub
commit 57e6c8d6f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -514,7 +514,7 @@ class HarmonyEncoding:
}
return self._inner.render(
message_json=message.to_json(), render_options=render_options_dict
message.to_json(), render_options_dict
)
# -- Parsing -------------------------------------------------------