mirror of
https://github.com/django-components/django-components.git
synced 2025-07-23 08:15:01 +00:00
Fix flake8.
This commit is contained in:
parent
914476dc36
commit
b2f61b61ad
2 changed files with 1 additions and 1 deletions
|
@ -77,5 +77,6 @@ class Component(with_metaclass(MediaDefiningClass)):
|
||||||
css = {}
|
css = {}
|
||||||
js = []
|
js = []
|
||||||
|
|
||||||
|
|
||||||
# This variable represents the global component registry
|
# This variable represents the global component registry
|
||||||
registry = ComponentRegistry()
|
registry = ComponentRegistry()
|
||||||
|
|
|
@ -172,4 +172,3 @@ class ComponentSlottedTemplateTagTest(SimpleTestCase):
|
||||||
rendered = template.render(Context({}))
|
rendered = template.render(Context({}))
|
||||||
|
|
||||||
self.assertHTMLEqual(rendered, "<custom-template></custom-template>")
|
self.assertHTMLEqual(rendered, "<custom-template></custom-template>")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue