Skip to content

Commit efa71fc

Browse files
committed
Add 'Traversal' to __all__ so it shows up in docs.
1 parent 229d04f commit efa71fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

path/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
from . import classes, masks, matchers
9393
from .compat.py38 import removeprefix, removesuffix
9494

95-
__all__ = ['Path', 'TempDir']
95+
__all__ = ['Path', 'TempDir', 'Traversal']
9696

9797
LINESEPS = ['\r\n', '\r', '\n']
9898
U_LINESEPS = LINESEPS + ['\u0085', '\u2028', '\u2029']

0 commit comments

Comments
 (0)