need more __future

This commit is contained in:
Lendemor 2024-11-21 13:10:32 +01:00
parent 6f303c0c17
commit 7022640378

View File

@ -1,5 +1,7 @@
"""Image component from next/image."""
from __future__ import annotations
from typing import Any, Literal, Optional, Union
from reflex.event import EventHandler, no_args_event_spec