Skip to content

Commit 304ff5a

Browse files
committed
WIP: Zeroing out repos was not it.
1 parent 7631724 commit 304ff5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_inspector/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def resolve_dependencies(
248248
if verbose:
249249
printer(f"environment: {environment}")
250250

251-
# repos = []
251+
repos = []
252252
if not use_pypi_json_api:
253253
# Collect PyPI repos
254254
for index_url in index_urls:

0 commit comments

Comments
 (0)