From a9806789b3aa0bf7a7d97fd04e3207bce5f29da6 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 20 May 2024 15:37:29 -0700 Subject: [PATCH] Fix formatting --- .github/workflows/release-asset-audit.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-asset-audit.py b/.github/workflows/release-asset-audit.py index 4c793a754b9522..e7bf77097b3674 100644 --- a/.github/workflows/release-asset-audit.py +++ b/.github/workflows/release-asset-audit.py @@ -26,7 +26,7 @@ "jakeegan", "maryammo", "tstellar", - "github-actions[bot]" + "github-actions[bot]", ] ) @@ -41,4 +41,3 @@ if asset.uploader.login not in uploaders: print("Invalid uploader") sys.exit(1) -