Skip to content

Commit e5a2769

Browse files
committed
Remove unused code in a comment
1 parent 64e5620 commit e5a2769

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

atr/get/download.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ async def _download_or_list(project_name: str, version_name: str, file_path: str
140140
"""Download a file or list a directory from a release in any phase."""
141141
import atr.get.root as root
142142

143-
# await session.check_access(project_name)
144-
145143
# Validate the path, and allow "." for root directory
146144
if file_path == ".":
147145
validated_path = pathlib.Path(".")

0 commit comments

Comments
 (0)