Commit b8daab4
authored
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 annotations1 parent cc3b29e commit b8daab4
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
926 | 928 | | |
927 | 929 | | |
928 | 930 | | |
929 | | - | |
| 931 | + | |
930 | 932 | | |
931 | 933 | | |
932 | 934 | | |
| |||
0 commit comments