diff --git a/ci/tasks.py b/ci/tasks.py index d9e0e9dd8e..4a4badb343 100644 --- a/ci/tasks.py +++ b/ci/tasks.py @@ -239,7 +239,7 @@ def diff( f"```diff\n{full_diff}```\n" if full_diff else f"No {driver if driver else 'manifest'} changes found for {c.calitp_config.channel}.\n" - ) + ), ] )