Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix undefined name "Future" --> asyncio.Future (#4230)
* Fix undefined name "Future" --> asyncio.Future % `ruff check --output-format=github --select=E9,F63,F7,F82 --target-version=py39` ``` Error: sdk/python/packages/flet-core/src/flet_core/page.py:926:11: F821 Undefined name `Future` ``` * from __future__ import annotations
- Loading branch information