We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee8744 commit c8b6cf0Copy full SHA for c8b6cf0
git/util.py
@@ -500,7 +500,7 @@ def expand_path(p: None, expand_vars: bool = ...) -> None:
500
501
@overload
502
def expand_path(p: PathLike, expand_vars: bool = ...) -> str:
503
- # improve these overloads when 3.5 dropped
+ # TODO: Support for Python 3.5 has been dropped, so these overloads can be improved.
504
...
505
506
0 commit comments