Skip to content

Commit

Permalink
Respect black linting
Browse files Browse the repository at this point in the history
  • Loading branch information
eqperes authored Jul 16, 2024
1 parent e8140f7 commit 04d62a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_appbuilder/baseviews.py
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ def is_get_mutation_allowed(self) -> bool:

def populate_item_from_form(self, form, item, is_created):
"""
Populate the properties of the item to be created or updated based
Populate the properties of the item to be created or updated based
on the content of the form.
"""
form.populate_obj(item)
Expand Down

0 comments on commit 04d62a5

Please sign in to comment.