mirror of
https://github.com/django-components/django-components.git
synced 2025-09-24 22:52:28 +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
eb40afba7b
commit
9e6c645346
2 changed files with 2 additions and 4 deletions
|
@ -6,8 +6,7 @@ from django.test import override_settings
|
|||
from django_components import component
|
||||
from django_components.middleware import CSS_DEPENDENCY_PLACEHOLDER, JS_DEPENDENCY_PLACEHOLDER
|
||||
from tests.django_test_setup import * # NOQA
|
||||
from tests.testutils import BaseTestCase
|
||||
from tests.testutils import create_and_process_template_response
|
||||
from tests.testutils import BaseTestCase, create_and_process_template_response
|
||||
|
||||
|
||||
class SlottedComponent(component.Component):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue