mirror of
https://github.com/django-components/django-components.git
synced 2025-10-17 17:27:13 +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
8c4a55901c
commit
04d968ace9
3 changed files with 5 additions and 2 deletions
|
@ -9,6 +9,7 @@ from django.test import override_settings
|
|||
# isort: off
|
||||
from .django_test_setup import * # NOQA
|
||||
from .testutils import BaseTestCase, autodiscover_with_cleanup
|
||||
|
||||
# isort: on
|
||||
|
||||
from django_components import component, types
|
||||
|
@ -462,6 +463,7 @@ class DuplicateSlotTest(BaseTestCase):
|
|||
|
||||
class CalendarComponent(component.Component):
|
||||
"""Nested in ComponentWithNestedComponent"""
|
||||
|
||||
template: types.django_html = """
|
||||
{% load component_tags %}
|
||||
<div class="calendar-component">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue