Skip to content

Commit 805aba5

Browse files
committed
refactor(git): Status returns GitStatus
1 parent 82b81f3 commit 805aba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvcs/projects/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ def get_git_version(self) -> str:
593593
version = ""
594594
return ".".join(version.split(".")[:3])
595595

596-
def status(self) -> dict:
596+
def status(self):
597597
"""Retrieve status of project in dict format.
598598
599599
Wraps ``git status --sb --porcelain=2``. Does not include changed files, yet.

0 commit comments

Comments
 (0)