Skip to content

Commit 9814788

Browse files
committed
[Automated Commit] Format Codebase
1 parent bd1db06 commit 9814788

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

get_git_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import subprocess
22

3+
34
def get_git_commit_hash():
45
try:
56
commit_hash = subprocess.check_output(

0 commit comments

Comments
 (0)