mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
Extra blank line for PEP 8
This commit is contained in:
parent
7da8c96677
commit
35f41cde73
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ def local_posts():
|
|||
def local_comments():
|
||||
return db.session.execute(text('SELECT COUNT(id) as c FROM "post_reply" WHERE instance_id = 1')).scalar()
|
||||
|
||||
|
||||
def local_communities():
|
||||
return db.session.execute(text('SELECT COUNT(id) as c FROM "community" WHERE instance_id = 1')).scalar()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue