Skip to content

Commit 3ec1dd0

Browse files
committed
docs: Fix pydoc error
1 parent cac9475 commit 3ec1dd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libvcs/projects/git.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ def convert_pip_url(pip_url: str) -> VCSLocation:
126126

127127

128128
class GitRemoteDict(TypedDict):
129+
"""For use when hydrating GitProject via dict..."""
130+
129131
fetch_url: str
130132
push_url: str
131133

0 commit comments

Comments
 (0)