Fix flake8.

This commit is contained in:
Emil Stenström 2020-06-07 08:45:54 +02:00
parent 914476dc36
commit b2f61b61ad
2 changed files with 1 additions and 1 deletions

View file

@ -77,5 +77,6 @@ class Component(with_metaclass(MediaDefiningClass)):
css = {}
js = []
# This variable represents the global component registry
registry = ComponentRegistry()

View file

@ -172,4 +172,3 @@ class ComponentSlottedTemplateTagTest(SimpleTestCase):
rendered = template.render(Context({}))
self.assertHTMLEqual(rendered, "<custom-template></custom-template>")