Skip to content

Commit

Permalink
chore: testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Apr 18, 2024
1 parent ec021b3 commit be4e10e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/find_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def request_package_info_url(package):
url = f"{base_url}{package}/json"
response = requests.get(url)
if response.status_code == 200:
#print(f"Package: {package}")
data_dict = response.json()
info = data_dict["info"]
home_page = info["home_page"]
Expand Down

0 comments on commit be4e10e

Please sign in to comment.