Skip to content

Commit

Permalink
Rename json.py to _json.py
Browse files Browse the repository at this point in the history
To make it explicit that it is a private implementation detail.
  • Loading branch information
sbidoul committed Jun 23, 2022
1 parent aac65f0 commit 675b4fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pip/_internal/metadata/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from pip._internal.utils.packaging import safe_extra
from pip._internal.utils.urls import url_to_path

from .json import msg_to_json
from ._json import msg_to_json

if TYPE_CHECKING:
from typing import Protocol
Expand Down

0 comments on commit 675b4fa

Please sign in to comment.