Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher authored Jan 23, 2025
1 parent a8c52d3 commit 113804a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/accessvis/widgets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .widget_base import Widget, WidgetMPL, list_widgets # noqa: F401
from .season_widget import SeasonWidget # noqa: F401
from .calendar_widget import CalendarWidget # noqa: F401
from .clock_widget import ClockWidget # noqa: F401
from .image_widget import ImageWidget # noqa: F401
from .season_widget import SeasonWidget # noqa: F401
from .text_widget import TextWidget # noqa: F401
from .widget_base import Widget, WidgetMPL, list_widgets # noqa: F401

0 comments on commit 113804a

Please sign in to comment.