Skip to content

Commit 67b3db6

Browse files
Update guess_label_size.py
1 parent cdd3922 commit 67b3db6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

django_ltree/guess_label_size.py

+3
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ def guess_the_label_size(path_size: int, combination_size: int):
2727
label_size += 1
2828

2929
return label_size
30+
31+
32+
print(guess_the_label_size(0, 62))

0 commit comments

Comments
 (0)