Skip to content

Commit d7da20b

Browse files
sirosenwebknjaz
andcommitted
Apply review suggestions
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 3a76d39 commit d7da20b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

piptools/_compat/path_compat.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Compatibility helpers for working with paths and ``pathlib`` across platforms
2+
Compatibility helpers for working with paths and :mod:`pathlib` across platforms
33
and Python versions.
44
"""
55

@@ -9,6 +9,8 @@
99
import pathlib
1010
import sys
1111

12+
__all__ = ("relative_to_walk_up",)
13+
1214

1315
def relative_to_walk_up(path: pathlib.Path, start: pathlib.Path) -> pathlib.Path:
1416
"""

0 commit comments

Comments
 (0)