Skip to content

Commit

Permalink
Merge pull request #14 from ifduyue/patch-1
Browse files Browse the repository at this point in the history
Fix typo in uuid7 function
  • Loading branch information
polyrand authored Jul 16, 2024
2 parents 90e9694 + 8be93ee commit 3253758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litequeue.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def uuid7(
last = _last

if ns == 0:
# Special cose for all-zero uuid. Strictly speaking not a UUIDv7.
# Special case for all-zero uuid. Strictly speaking not a UUIDv7.
t1 = t2 = t3 = t4 = 0
rand = b"\0" * 6
else:
Expand Down

0 comments on commit 3253758

Please sign in to comment.