Skip to content

Commit

Permalink
Add panel.custom to default namespace (#7193)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Aug 27, 2024
1 parent 9c95e58 commit 1f81c71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions panel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
from .template import Template # noqa
from .widgets import indicators, widget # noqa

from . import custom # isort:skip noqa has to be after widgets
from . import chat # isort:skip noqa has to be after widgets

__all__ = (
Expand All @@ -79,6 +80,7 @@
"Card",
"chat",
"Column",
"custom",
"Feed",
"FlexBox",
"FloatPanel",
Expand Down

0 comments on commit 1f81c71

Please sign in to comment.