Skip to content

Commit

Permalink
Fix widget
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Feb 8, 2024
1 parent ec6cfe2 commit f858e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/jupytercad_lab/jupytercad_lab/notebook/cad_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from pycrdt import Array, Doc, Map
from pydantic import BaseModel
from ypywidgets import Widget
from ypywidgets.comm import CommWidget

from .objects._schema.any import IAny
from uuid import uuid4
Expand All @@ -32,7 +32,7 @@
logger = logging.getLogger(__file__)


class CadDocument(Widget):
class CadDocument(CommWidget):
"""
Create a new CadDocument object.
Expand Down

0 comments on commit f858e91

Please sign in to comment.