Skip to content

Commit 4b244c0

Browse files
Fix unreachable code on package_index
1 parent 962ae0e commit 4b244c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setuptools/package_index.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,6 @@ def _resolve_download_filename(url, tmpdir):
837837

838838
return filename
839839

840-
return self._download_vcs(url, filename) or self._download_other(url, filename)
841840

842841
@staticmethod
843842
def _resolve_vcs(url):

0 commit comments

Comments
 (0)