mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 06:18:17 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
560b721523
commit
665d5af827
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
from django.conf import settings
|
||||
|
||||
from .django_test_setup import * # NOQA
|
||||
from .testutils import Django30CompatibleSimpleTestCase as SimpleTestCase
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
|
||||
class ValidateWrongContextBehaviorValueTestCase(SimpleTestCase):
|
||||
def setUp(self) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue