Skip to content

Commit

Permalink
Add 'Traversal' to __all__ so it shows up in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 28, 2024
1 parent 229d04f commit efa71fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
from . import classes, masks, matchers
from .compat.py38 import removeprefix, removesuffix

__all__ = ['Path', 'TempDir']
__all__ = ['Path', 'TempDir', 'Traversal']

LINESEPS = ['\r\n', '\r', '\n']
U_LINESEPS = LINESEPS + ['\u0085', '\u2028', '\u2029']
Expand Down

0 comments on commit efa71fc

Please sign in to comment.