Skip to content

Commit c6020fe

Browse files
committed
Fix PubSubHub import in connection.py
Fix #1560
1 parent 95c9c85 commit c6020fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/packages/flet-core/src/flet_core/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from flet_core.protocol import Command
44

55
try:
6-
from flet.pubsub import PubSubHub
6+
from flet_runtime.pubsub import PubSubHub
77
except ImportError:
88

99
class PubSubHub:

0 commit comments

Comments
 (0)