)]}'
{"oslo_concurrency/prlimit.py":[{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"df45a6fccd9d8141138c6e7afdedb6cfc066b039","unresolved":true,"context_lines":[{"line_number":74,"context_line":"    if not os.path.isabs(program):"},{"line_number":75,"context_line":"        # program uses a relative path: try to find the absolute path"},{"line_number":76,"context_line":"        # to the executable"},{"line_number":77,"context_line":"        import shutil"},{"line_number":78,"context_line":"        program_abs \u003d shutil.which(program)"},{"line_number":79,"context_line":"        if program_abs:"},{"line_number":80,"context_line":"            program \u003d program_abs"}],"source_content_type":"text/x-python","patch_set":1,"id":"05f2c9b5_070e74f4","line":77,"updated":"2021-04-26 09:07:03.000000000","message":"Can you move this import to the top of the file now, please?","commit_id":"faa07c6154c6121edecae352e5b7202f1036ef89"},{"author":{"_account_id":708,"name":"Yuriy Taraday","email":"yuriy@taraday.nl","username":"yorik-sar"},"change_message_id":"af79db9e8ecbc4b4a2b6a999ce03f90dec5f16e7","unresolved":true,"context_lines":[{"line_number":74,"context_line":"    if not os.path.isabs(program):"},{"line_number":75,"context_line":"        # program uses a relative path: try to find the absolute path"},{"line_number":76,"context_line":"        # to the executable"},{"line_number":77,"context_line":"        import shutil"},{"line_number":78,"context_line":"        program_abs \u003d shutil.which(program)"},{"line_number":79,"context_line":"        if program_abs:"},{"line_number":80,"context_line":"            program \u003d program_abs"}],"source_content_type":"text/x-python","patch_set":1,"id":"ea52ba02_f81ef208","line":77,"in_reply_to":"05f2c9b5_070e74f4","updated":"2021-04-26 11:09:34.000000000","message":"I think these imports were moved down here intentionally to speed up initial load time. If you don\u0027t use absolute path, you don\u0027t need to load shutil and all its dependencies.","commit_id":"faa07c6154c6121edecae352e5b7202f1036ef89"}]}
