Skip to content

Commit

Permalink
Fix Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Aug 8, 2019
1 parent eff2931 commit 37b28be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/database_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ def get_filtered_row_count(table, filters):
:return: int: the count of the rows
"""
try:
log.info(f" getting count for {table.__tablename__}")
count_query = CountQuery(table)
log.info(f" getting count for {table.__tablename__}")
count_query = CountQuery(table)
for filter in filters:
if len(filter) == 0:
pass
Expand Down

0 comments on commit 37b28be

Please sign in to comment.