Skip to content

Commit

Permalink
Update paths.py
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Feb 23, 2024
1 parent aa2330a commit 2917652
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions django_ltree/paths.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import string
import math
from itertools import product

from django_ltree.fields import PathValue
import math
from .fields import PathValue


class PathGenerator(object):
# _default_label_size = 6 # Postgres limits this to 256

def __init__(self, prefix=None, skip=None):
combinations = string.digits + string.ascii_letters

Expand Down

0 comments on commit 2917652

Please sign in to comment.