Skip to content

Commit

Permalink
Fix import alias that was removed by ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen committed Dec 14, 2023
1 parent 69326e9 commit 1636c85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mesop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# REF(//scripts/gen_component.py):insert_component_import_export
from mesop.components.box.box import box as box
from mesop.components.button.button import button as button
from mesop.components.checkbox.checkbox import (
MatCheckboxChangeEvent as CheckboxEvent, # noqa: F401
)
from mesop.components.checkbox.checkbox import (
checkbox as checkbox,
)
Expand Down

0 comments on commit 1636c85

Please sign in to comment.