Skip to content

Commit

Permalink
Fix pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
picklelo committed Dec 20, 2023
1 parent 22f5d36 commit e664fd6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions reflex/components/chakra/forms/numberinput.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,10 @@ from reflex.event import EventChain, EventHandler, EventSpec
from reflex.style import Style
from numbers import Number
from typing import Any, Dict
from reflex.components.component import Component
from reflex.components.chakra import (
ChakraComponent,
LiteralButtonSize,
LiteralInputVariant,
)
from reflex.components.chakra import ChakraComponent, LiteralInputVariant
from reflex.components.chakra import ChakraComponent, LiteralInputVariant
from reflex.components.chakra import (
ChakraComponent,
LiteralInputVariant,
LiteralButtonSize,
)
from reflex.components.component import Component
Expand Down

0 comments on commit e664fd6

Please sign in to comment.