Fix linting issue

This commit is contained in:
Christopher C. Wells 2020-01-31 12:05:40 -08:00
parent 17ed16bc8b
commit a0a6c88a19
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@ def get_current_locale():
@register.simple_tag()
def get_child_count():
return Child.count()
return Child.count()