diff --git a/app/main.py b/app/main.py index cc67fbd9..6cebbb05 100644 --- a/app/main.py +++ b/app/main.py @@ -44,7 +44,11 @@ def custom_openapi(): def get_git_commit_hash() -> str: """ - Returns the current git commit hash, or "unknown" if not available. + Returns the current git commit hash, or "unknown" if not available. + + Returns: + str: The current git commit hash, or "unknown" if not available. + """ try: