Skip to content

Commit 6e9792c

Browse files
committed
Remove breakpoint
Signed-off-by: Tushar Goel <[email protected]>
1 parent d8015e6 commit 6e9792c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fetchcode/pypi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def get_download_url(cls, purl):
4343
raise ValueError("Pypi PURL must specify a name and version")
4444

4545
url = urljoin(cls.base_url, f"{name}/{version}/json")
46-
breakpoint()
4746
data = fetch_json_response(url)
4847

4948
download_urls = data.get("urls", [{}])

0 commit comments

Comments
 (0)