Skip to content

Commit 5ca6521

Browse files
committed
Update depends logic
1 parent ffbf602 commit 5ca6521

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

panel/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@
4747
"""
4848
from typing import TYPE_CHECKING as _TC
4949

50-
from param import bind, depends, rx
50+
from param import rx
5151

5252
from .__version import __version__
5353
from .config import config, panel_extension as extension
54+
from .depends import bind, depends
5455

5556
if _TC:
5657
from . import reactive # noqa: F401

0 commit comments

Comments
 (0)