Skip to content

Commit 4ba1c9e

Browse files
committed
fix style
1 parent ed7b9e1 commit 4ba1c9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

skipper/git.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def get_hash(short=False):
1818

1919
return subprocess.check_output(git_command).strip().decode('utf-8')
2020

21+
2122
def uncommitted_changes():
2223
"""Return True is there are uncommitted changes."""
2324
return subprocess.call(['git', 'diff', '--quiet', 'HEAD']) != 0

0 commit comments

Comments
 (0)