chore: Formatting

This commit is contained in:
Serhii Tereshchenko 2024-09-28 15:17:57 +03:00
parent 880e37e7cd
commit 785133b6ac

View file

@ -7,6 +7,7 @@ class TestDjangoModelUtils:
"""
Test case for https://github.com/deschler/django-modeltranslation/issues/760
"""
def test_soft_deletable_model(self):
try:
from model_utils.models import SoftDeletableModel