From 785133b6acee7308869acd1d9b3604c47a5b061f Mon Sep 17 00:00:00 2001 From: Serhii Tereshchenko Date: Sat, 28 Sep 2024 15:17:57 +0300 Subject: [PATCH] chore: Formatting --- modeltranslation/tests/test_compat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modeltranslation/tests/test_compat.py b/modeltranslation/tests/test_compat.py index 61dd8795..a1bb2a01 100644 --- a/modeltranslation/tests/test_compat.py +++ b/modeltranslation/tests/test_compat.py @@ -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