mirror of
https://github.com/django-components/django-components.git
synced 2025-07-19 14:25:03 +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 = {}
|
||||
js = []
|
||||
|
||||
|
||||
# This variable represents the global component registry
|
||||
registry = ComponentRegistry()
|
||||
|
|
|
@ -172,4 +172,3 @@ class ComponentSlottedTemplateTagTest(SimpleTestCase):
|
|||
rendered = template.render(Context({}))
|
||||
|
||||
self.assertHTMLEqual(rendered, "<custom-template></custom-template>")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue