mirror of
https://github.com/django-components/django-components.git
synced 2025-08-31 03:07:19 +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
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue