for some reason it want event on three lines no clue why
This commit is contained in:
parent
f071e8836e
commit
012dd45f7e
@ -5,7 +5,9 @@
|
|||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
from typing import Any, Dict, Literal, Optional, Union, overload
|
from typing import Any, Dict, Literal, Optional, Union, overload
|
||||||
|
|
||||||
from reflex.event import EventType
|
from reflex.event import (
|
||||||
|
EventType,
|
||||||
|
)
|
||||||
from reflex.style import Style
|
from reflex.style import Style
|
||||||
from reflex.vars.base import Var
|
from reflex.vars.base import Var
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user