[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-04-18 11:35:01 +00:00
parent eb40afba7b
commit 9e6c645346
2 changed files with 2 additions and 4 deletions

View file

@ -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):