Skip to content

Commit

Permalink
chore: Apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Nov 22, 2022
1 parent 8eeb8c6 commit 4f690ab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modeltranslation/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2173,9 +2173,10 @@ def formfield_for_dbfield(self, db_field, request, **kwargs):
)

def test_widget_classes_appended_by_formfield_for_dbfield(self):
'''
regression test for #660 (https://github.com/deschler/django-modeltranslation/issues/660)
'''
"""
Regression test for #660 (https://github.com/deschler/django-modeltranslation/issues/660)
"""

class ForeignKeyModelModelAdmin(admin.TranslationAdmin):
fields = ['test']

Expand Down

0 comments on commit 4f690ab

Please sign in to comment.