Skip to content

Commit

Permalink
Merge pull request #7621 from pradyunsg/hotfix/importerrors-in-distri…
Browse files Browse the repository at this point in the history
…butions

Rename pip._internal.distributions.{source -> sdist}
  • Loading branch information
pradyunsg authored Jan 21, 2020
2 parents bae9227 + 8f3687c commit b47903e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/distributions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pip._internal.distributions.source import SourceDistribution
from pip._internal.distributions.sdist import SourceDistribution
from pip._internal.distributions.wheel import WheelDistribution
from pip._internal.utils.typing import MYPY_CHECK_RUNNING

Expand Down
File renamed without changes.

0 comments on commit b47903e

Please sign in to comment.