From 1322fab333d64516012ae25f9b3c19ab75d1a573 Mon Sep 17 00:00:00 2001 From: vdimir Date: Fri, 8 Apr 2022 12:51:58 +0200 Subject: [PATCH] Fix style in run_check.py --- tests/ci/run_check.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/ci/run_check.py b/tests/ci/run_check.py index bda3cf40bba..2f622bd3a42 100644 --- a/tests/ci/run_check.py +++ b/tests/ci/run_check.py @@ -255,7 +255,9 @@ if __name__ == "__main__": elif SUBMODULE_CHANGED_LABEL in pr_info.labels: pr_labels_to_remove.append(SUBMODULE_CHANGED_LABEL) - print("change labels: add {}, remove {}".format(pr_labels_to_add, pr_labels_to_remove)) + print( + "change labels: add {}, remove {}".format(pr_labels_to_add, pr_labels_to_remove) + ) if pr_labels_to_add: post_labels(gh, pr_info, pr_labels_to_add)