We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PubSubHub
connection.py
1 parent 95c9c85 commit c6020feCopy full SHA for c6020fe
sdk/python/packages/flet-core/src/flet_core/connection.py
@@ -3,7 +3,7 @@
3
from flet_core.protocol import Command
4
5
try:
6
- from flet.pubsub import PubSubHub
+ from flet_runtime.pubsub import PubSubHub
7
except ImportError:
8
9
class PubSubHub:
0 commit comments