Skip to content

Commit 47f0f60

Browse files
committed
remove _post_init override in AutoObjectForm
1 parent 54c9d33 commit 47f0f60

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/ipyautoui/autoobject.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,9 +458,7 @@ def __init__(self, **kwargs):
458458
super().__init__(
459459
**kwargs,
460460
)
461-
self._post_init(**kwargs)
462461

463-
def _post_init(self, **kwargs):
464462
self.children = [
465463
w.HBox([self.bn_shownull, self.savebuttonbar]),
466464
self.html_title,

0 commit comments

Comments
 (0)