Skip to content

Commit 4c9dd7f

Browse files
committed
Forgot to uncomment conditional import
1 parent c0b45fa commit 4c9dd7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: git/util.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ def flock(fd, flags=0):
9696

9797

9898
else:
99-
# from fcntl import flock, LOCK_UN, LOCK_EX, LOCK_NB
100-
pass
99+
from fcntl import flock, LOCK_UN, LOCK_EX, LOCK_NB
101100

102101

103102
def unbare_repo(func):

0 commit comments

Comments
 (0)