Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 9, 2024
1 parent e3fdc6a commit 133d37b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/magicgui/widgets/bases/_value_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def annotation(self) -> Any:
def annotation(self, value: Any) -> None:
Widget.annotation.fset(self, value) # type: ignore


class ValueWidget(BaseValueWidget[T]):
"""Widget with a value, Wraps ValueWidgetProtocol.
Expand Down

0 comments on commit 133d37b

Please sign in to comment.