[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

@ -9,8 +9,7 @@ from django_components.middleware import ComponentDependencyMiddleware
from .django_test_setup import * # NOQA
from .test_templatetags import SimpleComponent
from .testutils import BaseTestCase
from .testutils import create_and_process_template_response
from .testutils import BaseTestCase, create_and_process_template_response
class SimpleComponentAlternate(component.Component):