Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-opentensor committed Jan 10, 2025
1 parent 0bda527 commit 344a412
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def read_requirements(path):
with pathlib.Path(path).open() as requirements_txt:
for line in requirements_txt:
if line.startswith("git+"):

pkg_name = re.search(r"/([^/]+)\.git$", line.strip()).group(1)
requirements.append(pkg_name + " @ " + line.strip())
else:
Expand Down

0 comments on commit 344a412

Please sign in to comment.