Skip to content

Commit

Permalink
VersionSelectorWidget: fix start-unpacking complaint from flake8 (#159
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yakutovicha authored Jan 5, 2024
1 parent 2ad52ab commit 4f3036c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/app_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ def __init__(self, *args, **kwargs):
)

super().__init__(
*args,
children=[self.installed_version, self.version_to_install, self.info],
layout={"min_width": "300px"},
*args,
**kwargs,
)

Expand Down

0 comments on commit 4f3036c

Please sign in to comment.