fix(management): change a line to pass flake8. related #249

This commit is contained in:
Hanif Birgani 2023-07-11 23:36:31 +03:30 committed by Emil Stenström
parent deb17c6c70
commit a45bfdc837

View file

@ -58,7 +58,6 @@ from django_components import component
@component.register("{name}")
class {name.capitalize()}(component.Component):
# Templates inside `[your apps]/components` dir and `[project root]/components` dir will be automatically found. To customize which template to use based on context
# you can override def get_template_name() instead of specifying the below variable.
template_name = "{name}/template.html"