Skip to content

Commit

Permalink
Remove vistir.compat.Mapping
Browse files Browse the repository at this point in the history
Since Python3.4+ this is imported only from `collections.abc`.
  • Loading branch information
oz123 committed May 17, 2022
1 parent 2cb8b2c commit c3fddce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/utils/indexes.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import re
from collections.abc import Mapping

from urllib3.util import parse_url

from pipenv import environments
from pipenv.exceptions import PipenvUsageError
from pipenv.vendor.vistir.compat import Mapping

from .internet import create_mirror_source, is_pypi_url

Expand Down

0 comments on commit c3fddce

Please sign in to comment.