Closed
Description
In https://github.com/gitpython-developers/GitPython/blob/main/git/repo/base.py#L285 working_dir
is never assigned to None
, which means it type shouldn't be marked as Optional
.
In https://github.com/gitpython-developers/GitPython/blob/main/git/repo/base.py#L285 working_dir
is never assigned to None
, which means it type shouldn't be marked as Optional
.