Skip to content

Commit e7f28b4

Browse files
committed
Rename json.py to _json.py
To make it explicit that it is a private implementation detail.
1 parent 70b3cc3 commit e7f28b4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/pip/_internal/metadata/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from pip._internal.utils.misc import is_local, normalize_path
3838
from pip._internal.utils.urls import url_to_path
3939

40-
from .json import msg_to_json
40+
from ._json import msg_to_json
4141

4242
if TYPE_CHECKING:
4343
from typing import Protocol

0 commit comments

Comments
 (0)