Skip to content

Commit

Permalink
Kill PYPI cruft.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jul 26, 2023
1 parent 4ca216c commit f34b0e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pex/resolve/resolver_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from __future__ import absolute_import

import itertools
import os

from pex.auth import PasswordEntry
from pex.enum import Enum
Expand All @@ -25,7 +24,7 @@
from pex.third_party import attr


PYPI = os.environ.get("_PEX_TEST_DEFAULT_INDEX", "https://pypi.org/simple")
PYPI = "https://pypi.org/simple"


class ResolverVersion(Enum["ResolverVersion.Value"]):
Expand Down

0 comments on commit f34b0e2

Please sign in to comment.