Skip to content

Commit 70d0336

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

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/pip/_internal/metadata/base.py

+1-1
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)