Move to git_utils

This commit is contained in:
huchenlei
2024-12-20 15:02:58 -08:00
parent 4e44c26beb
commit 19be1f85da
3 changed files with 33 additions and 30 deletions

View File

@@ -5,7 +5,7 @@ import os
import toml
from git_helper import is_git_repo, get_commit_hash
from git_utils import is_git_repo, get_commit_hash
@dataclass