Skip to content

Commit 83c8aff

Browse files
committed
Respect black linting
1 parent 0ad3de9 commit 83c8aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_appbuilder/baseviews.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ def is_get_mutation_allowed(self) -> bool:
13821382

13831383
def populate_item_from_form(self, form, item, is_created):
13841384
"""
1385-
Populate the properties of the item to be created or updated based
1385+
Populate the properties of the item to be created or updated based
13861386
on the content of the form.
13871387
"""
13881388
form.populate_obj(item)

0 commit comments

Comments
 (0)