Skip to content

Commit

Permalink
Update guess_label_size.py
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Feb 23, 2024
1 parent cdd3922 commit 67b3db6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions django_ltree/guess_label_size.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ def guess_the_label_size(path_size: int, combination_size: int):
label_size += 1

return label_size


print(guess_the_label_size(0, 62))

0 comments on commit 67b3db6

Please sign in to comment.