Skip to content

Commit

Permalink
#17: Whitspace
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Jun 28, 2019
1 parent 76d756b commit c97b70a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/database_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ def update_row_from_id(table, id, new_values):
def get_rows_by_filter(table, filters):
session = get_icat_db_session()
base_query = session.query(table)


for filter in filters:
if len(filter) == 0:
raise BadFilterError()
Expand Down

0 comments on commit c97b70a

Please sign in to comment.