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.
1 parent 08995eb commit 95c9c85Copy full SHA for 95c9c85
sdk/python/packages/flet-core/src/flet_core/page.py
@@ -46,9 +46,9 @@
46
47
48
try:
49
- from flet.auth.authorization import Authorization
50
- from flet.auth.oauth_provider import OAuthProvider
51
- from flet.pubsub import PubSub
+ from flet_runtime.auth.authorization import Authorization
+ from flet_runtime.auth.oauth_provider import OAuthProvider
+ from flet_runtime.pubsub import PubSub
52
except ImportError:
53
54
class Authorization:
0 commit comments