Skip to content

Commit 48667bc

Browse files
committed
precommit
1 parent f54e4ae commit 48667bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyi_hashes.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"reflex/components/radix/primitives/__init__.pyi": "01c388fe7a1f5426a16676404344edf6",
4848
"reflex/components/radix/primitives/accordion.pyi": "9192299dac04a5172edd7b2f6b125f53",
4949
"reflex/components/radix/primitives/base.pyi": "8918eb415aabd66736db1ba680de5eb9",
50+
"reflex/components/radix/primitives/dialog.pyi": "86b6498d67471de91f0854aec02b39e8",
5051
"reflex/components/radix/primitives/drawer.pyi": "c6ad2f60217fe25952f3a1ba88fbd72a",
5152
"reflex/components/radix/primitives/form.pyi": "8a5ec180a50acdc35dfe53e4e65c20e0",
5253
"reflex/components/radix/primitives/progress.pyi": "b26c99c1d827c0f599fff344746aeec3",

reflex/components/radix/primitives/dialog.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
"""Interactive components provided by @radix-ui/themes."""
22

3-
from typing import Any, Literal
3+
from typing import Any
44

55
from reflex.components.component import ComponentNamespace
6-
from reflex.components.core.breakpoints import Responsive
76
from reflex.components.el import elements
87
from reflex.constants.compiler import MemoizationMode
98
from reflex.event import EventHandler, no_args_event_spec, passthrough_event_spec

0 commit comments

Comments
 (0)