Skip to content

Commit 9fe5622

Browse files
committed
pylock: declare exported names
1 parent a2d4d0e commit 9fe5622

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/pip/_internal/models/pylock.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@
3030
else:
3131
from pip._vendor.typing_extensions import Self
3232

33+
__all__ = [
34+
"Package",
35+
"PackageVcs",
36+
"PackageDirectory",
37+
"PackageArchive",
38+
"PackageSdist",
39+
"PackageWheel",
40+
"Pylock",
41+
"PylockValidationError",
42+
"PylockUnsupportedVersionError",
43+
"is_valid_pylock_file_name",
44+
]
45+
3346
T = TypeVar("T")
3447

3548

0 commit comments

Comments
 (0)