mirror of https://github.com/snachodog/mybuddy.git
Fix linting issue
This commit is contained in:
parent
17ed16bc8b
commit
a0a6c88a19
|
@ -49,4 +49,4 @@ def get_current_locale():
|
|||
|
||||
@register.simple_tag()
|
||||
def get_child_count():
|
||||
return Child.count()
|
||||
return Child.count()
|
||||
|
|
Loading…
Reference in New Issue