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

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