Hannes Römer 2 лет назад
Родитель
Сommit
37f52effa2
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      nicegui/elements/container.py

+ 2 - 3
nicegui/elements/container.py

@@ -1,10 +1,9 @@
 import justpy as jp
 
-from .element import Element
-from ..auto_context import ContextMixin
+from .group import Group
 
 
-class Container(Element, ContextMixin):
+class Container(Group):
 
     def __init__(self, **kwargs):
         """QDiv Container"""