This is an automated email from the ASF dual-hosted git repository.

arm pushed a commit to branch taint_tracking_types
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/taint_tracking_types by this 
push:
     new df314dfd Prefix some unused variables
df314dfd is described below

commit df314dfdb7cbcf95e35ee06af1137e841e4401fa
Author: Alastair McFarlane <[email protected]>
AuthorDate: Mon Mar 2 16:58:38 2026 +0000

    Prefix some unused variables
---
 atr/post/upload.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/atr/post/upload.py b/atr/post/upload.py
index 630795b8..1ea5d153 100644
--- a/atr/post/upload.py
+++ b/atr/post/upload.py
@@ -133,8 +133,8 @@ async def selected(
 async def stage(
     _session: web.Committer,
     _upload_stage: Literal["upload/stage"],
-    project_name: safe.ProjectName,
-    version_name: safe.VersionName,
+    _project_name: safe.ProjectName,
+    _version_name: safe.VersionName,
     upload_session: str,
 ) -> web.WerkzeugResponse:
     """


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to