Skip to content

Commit 0091b49

Browse files
Fix ruff linting issues - remove unused imports
- Remove unused Literal import from collapsible.py - Remove unused Any and Literal imports from collapsible.pyi - Fixes pre-commit check failures in CI Co-Authored-By: Carlos Cutillas <[email protected]>
1 parent ed104a6 commit 0091b49

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

reflex_ui/components/base/collapsible.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Custom collapsible component."""
22

3-
from typing import Literal
43

54
from reflex.components.component import Component, ComponentNamespace
65
from reflex.event import EventHandler, passthrough_event_spec

reflex_ui/components/base/collapsible.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Type stubs for collapsible component."""
22

3-
from typing import Any, Literal
43

54
from reflex.components.component import Component, ComponentNamespace
65
from reflex.event import EventType

0 commit comments

Comments
 (0)