Skip to content

Commit 7c1ba06

Browse files
authored
Merge pull request #383 from maxfordham/FIX-_post_init-error
remove _post_init override in AutoObjectForm
2 parents 54c9d33 + 47f0f60 commit 7c1ba06

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)