mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 23:49:07 +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 .django_test_setup import * # NOQA
|
||||||
from .testutils import Django30CompatibleSimpleTestCase as SimpleTestCase
|
from .testutils import Django30CompatibleSimpleTestCase as SimpleTestCase
|
||||||
|
|
||||||
from django.conf import settings
|
|
||||||
|
|
||||||
|
|
||||||
class ValidateWrongContextBehaviorValueTestCase(SimpleTestCase):
|
class ValidateWrongContextBehaviorValueTestCase(SimpleTestCase):
|
||||||
def setUp(self) -> None:
|
def setUp(self) -> None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue