Skip to content

Commit c8b6cf0

Browse files
committed
Update comment about improving expand_path overloads
1 parent 5ee8744 commit c8b6cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ def expand_path(p: None, expand_vars: bool = ...) -> None:
500500

501501
@overload
502502
def expand_path(p: PathLike, expand_vars: bool = ...) -> str:
503-
# improve these overloads when 3.5 dropped
503+
# TODO: Support for Python 3.5 has been dropped, so these overloads can be improved.
504504
...
505505

506506

0 commit comments

Comments
 (0)