)]}'
{"neutron_lib/utils/helpers.py":[{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"d3db41d4b5d7fda0e508051c0921e2afe16b5219","unresolved":true,"context_lines":[{"line_number":85,"context_line":"    :param value: The value to build a hash for."},{"line_number":86,"context_line":"    :returns: The value sorted."},{"line_number":87,"context_line":"    \"\"\""},{"line_number":88,"context_line":"    if isinstance(value, collections.abc.Mapping):"},{"line_number":89,"context_line":"        return sorted(value.items())"},{"line_number":90,"context_line":"    return value"},{"line_number":91,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"7f0d3fef_b7f82236","line":88,"range":{"start_line":88,"start_character":25,"end_line":88,"end_character":48},"updated":"2021-07-16 16:01:45.000000000","message":"You are importing abc, this should be:\n\n  abc.Mapping","commit_id":"f97f03054b5d72e92d96070393f7a7a8ba379555"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"d01d6f18701aaf0a251de2ba36c5222162fe5493","unresolved":false,"context_lines":[{"line_number":85,"context_line":"    :param value: The value to build a hash for."},{"line_number":86,"context_line":"    :returns: The value sorted."},{"line_number":87,"context_line":"    \"\"\""},{"line_number":88,"context_line":"    if isinstance(value, collections.abc.Mapping):"},{"line_number":89,"context_line":"        return sorted(value.items())"},{"line_number":90,"context_line":"    return value"},{"line_number":91,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"03dd23ac_acc459cc","line":88,"range":{"start_line":88,"start_character":25,"end_line":88,"end_character":48},"in_reply_to":"7f0d3fef_b7f82236","updated":"2021-07-16 16:24:02.000000000","message":"sorry I messed this... now this is fixed.","commit_id":"f97f03054b5d72e92d96070393f7a7a8ba379555"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"bfcd01f3936ba98bae0e4db26d0707b7f7190de7","unresolved":true,"context_lines":[{"line_number":11,"context_line":"# See the License for the specific language governing permissions and"},{"line_number":12,"context_line":"# limitations under the License."},{"line_number":13,"context_line":""},{"line_number":14,"context_line":"from collections import abc"},{"line_number":15,"context_line":"import decimal"},{"line_number":16,"context_line":"import random"},{"line_number":17,"context_line":"import weakref"}],"source_content_type":"text/x-python","patch_set":3,"id":"fec906f1_b3e5a56c","line":14,"range":{"start_line":14,"start_character":0,"end_line":14,"end_character":27},"updated":"2021-07-17 03:24:21.000000000","message":"This would be better regarding consistency with Radolfo\u0027s change in neutron itself.","commit_id":"e4b53b1fd1f5a7a32e32fb875592b44f9ba50497"}]}
