mirror of
https://github.com/django-components/django-components.git
synced 2025-10-17 01:07:12 +00:00
Install isort and fix all imports.
This commit is contained in:
parent
cbe2bcc9c9
commit
40ebd6b936
8 changed files with 28 additions and 5 deletions
|
@ -1,8 +1,12 @@
|
|||
from textwrap import dedent
|
||||
|
||||
from django.test import SimpleTestCase
|
||||
|
||||
from django_components import component
|
||||
|
||||
from .django_test_setup import * # NOQA
|
||||
|
||||
|
||||
class SimpleComponent(component.Component):
|
||||
def context(self, variable=None):
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue