Skip to content

Commit

Permalink
Ensure new Toga projects pass Black
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Nov 21, 2023
1 parent ccda123 commit 8d7f6a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions changes/1548.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Toga app source code for new projects now passes Black.
1 change: 0 additions & 1 deletion src/briefcase/bootstraps/toga.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def app_source(self):
class {{ cookiecutter.class_name }}(toga.App):
def startup(self):
"""Construct and show the Toga application.
Expand Down

0 comments on commit 8d7f6a4

Please sign in to comment.