◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
18 changes: 16 additions & 2 deletions git/types.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
import os # @UnusedImport ## not really unused, is in type string
from typing import Union, Any


TBD = Any
PathLike = Union[str, 'os.PathLike[str]']
Toggle all file notes Toggle all file annotations