This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new e5a2769 Remove unused code in a comment
e5a2769 is described below
commit e5a276971652f3babc53c3a7ef322df6faf0f4b0
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Jan 16 19:00:17 2026 +0000
Remove unused code in a comment
---
atr/get/download.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/atr/get/download.py b/atr/get/download.py
index 814fc70..e911424 100644
--- a/atr/get/download.py
+++ b/atr/get/download.py
@@ -140,8 +140,6 @@ async def _download_or_list(project_name: str,
version_name: str, file_path: str
"""Download a file or list a directory from a release in any phase."""
import atr.get.root as root
- # await session.check_access(project_name)
-
# Validate the path, and allow "." for root directory
if file_path == ".":
validated_path = pathlib.Path(".")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]