diff options
Diffstat (limited to 'pydis_site/utils/utils.py')
-rw-r--r-- | pydis_site/utils/utils.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pydis_site/utils/utils.py b/pydis_site/utils/utils.py deleted file mode 100644 index 2033ea19..00000000 --- a/pydis_site/utils/utils.py +++ /dev/null @@ -1,10 +0,0 @@ -import git - -# Git SHA -repo = git.Repo(search_parent_directories=True) -GIT_SHA = repo.head.object.hexsha - - -def get_git_sha() -> str: - """Get the Git SHA for this repo.""" - return GIT_SHA |