Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/2402.removal.rst
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change note is good; but it's a misc, not a removal - removals are for backwards incompatible changes.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed the Pack object import from the stub application.
1 change: 0 additions & 1 deletion src/briefcase/bootstraps/toga.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class TogaGuiBootstrap(BaseGuiBootstrap):
def app_source(self):
return '''\
import toga
from toga.style import Pack
from toga.style.pack import COLUMN, ROW


Expand Down
1 change: 0 additions & 1 deletion tests/commands/new/test_build_gui_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def test_toga_bootstrap(new_command):
assert context == {
"app_source": '''\
import toga
from toga.style import Pack
from toga.style.pack import COLUMN, ROW


Expand Down
Loading