Skip to content

Commit

Permalink
Do not force type to int in RbfOptBoundWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
s-simoncelli committed Aug 19, 2023
1 parent c0cbe0f commit bf1c6cd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ def __init__(
super().__init__(
name=name,
value=value,
allowed_item_types=int,
final_type=int,
log_name=self.__class__.__name__,
parent=parent,
)

0 comments on commit bf1c6cd

Please sign in to comment.