Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion box/box.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def __new__(
"box_recast": box_recast,
"box_dots": box_dots,
"box_dots_exclude": re.compile(box_dots_exclude) if box_dots_exclude else None,
"box_class": box_class if box_class is not None else Box,
"box_class": box_class if box_class is not None else cls,
"box_namespace": box_namespace,
}
)
Expand Down