Skip to content

Commit

Permalink
Formatting to pass flake and black tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurr0y committed Jun 28, 2022
1 parent f383dcf commit d21abcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/admin_widgets/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ class AdvisorAdmin(admin.ModelAdmin):
def test_allow_multiple_selected_false(self):
class AdvisorAdmin(admin.ModelAdmin):
filter_vertical = ["companies"]
widgets.FilteredSelectMultiple.allow_multiple_selected=False

widgets.FilteredSelectMultiple.allow_multiple_selected = False

self.assertFormfield(
Advisor,
Expand Down

0 comments on commit d21abcd

Please sign in to comment.