Skip to content

Add __init__.py files to gui code modules #241

Merged
roussel-ryan merged 1 commit intoxopt-org:mainfrom
nstelter-slac:fix_new_gui_classes_modules
Feb 6, 2026
Merged

Add __init__.py files to gui code modules #241
roussel-ryan merged 1 commit intoxopt-org:mainfrom
nstelter-slac:fix_new_gui_classes_modules

Conversation

@nstelter-slac
Copy link
Collaborator

@nstelter-slac nstelter-slac commented Jan 21, 2026

realized after gui code refactor, i forgot to add back in the empty __init__.py files to indicate
the gui folders are importable modules.

turns out this doesn't break anything in modern python versions, but having them can be nice (https://dev.arie.bovenberg.net/blog/still-use-init-py/) and matches convention of the other modules in Badger.

realized after gui code refactor, i forgot to add back in the empty __init__.py files to indicate
the gui folders are importable modules.

turns out this doesn't break anything in modern python versions, but having them can be nice (https://dev.arie.bovenberg.net/blog/still-use-init-py/) and matches convention of the other modules in Badger.
@nstelter-slac nstelter-slac force-pushed the fix_new_gui_classes_modules branch from 2fec15b to e3fc1e7 Compare January 21, 2026 00:12
@nstelter-slac nstelter-slac changed the title wip Add __init__.py files to gui code modules Jan 21, 2026
@nstelter-slac nstelter-slac marked this pull request as ready for review January 21, 2026 00:14
@nstelter-slac nstelter-slac requested a review from pluflou January 22, 2026 00:06
@roussel-ryan roussel-ryan merged commit 2104fdd into xopt-org:main Feb 6, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants