Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 24, 2022
1 parent e2c602c commit 3f240cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magicgui/widgets/_bases/create_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def create_widget(

if widget_type:
options["widget_type"] = widget_type
wdg_class, opts = get_widget_class(value, annotation, options, is_result)
wdg_class, opts = get_widget_class(value, annotation, options, is_result)

if issubclass(wdg_class, Widget):
opts.update(kwargs.pop("options"))
Expand Down

0 comments on commit 3f240cc

Please sign in to comment.