From ff2f6e849803d2f8c1eb7bf2b63fb40c1c0a25e1 Mon Sep 17 00:00:00 2001 From: "Jose R. Gonzalez" Date: Fri, 13 Oct 2023 14:32:41 -0500 Subject: [PATCH] Apply Black formatter Signed-off-by: Jose R. Gonzalez --- scripts/src/workflowtesting/checkprforci.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/src/workflowtesting/checkprforci.py b/scripts/src/workflowtesting/checkprforci.py index 0ee991f8..7e862045 100644 --- a/scripts/src/workflowtesting/checkprforci.py +++ b/scripts/src/workflowtesting/checkprforci.py @@ -52,7 +52,9 @@ def check_if_ci_only_is_modified(api_url): print(f"[DEBUG] Modified file {filename} is a skippable file.") others_found = True else: - print(f"[DEBUG] Modified file {filename} did not match any file paths of interest. Ignoring.") + print( + f"[DEBUG] Modified file {filename} did not match any file paths of interest. Ignoring." + ) continue if others_found and not workflow_found: