Skip to content

Commit

Permalink
files shall end with ONE, and only one, blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilbert4 committed Feb 29, 2024
1 parent b8352d9 commit 4654b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwql/website/apps/jwql/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@ def get_unique_values_per_column(model_name, column_name):
values = []
for row in query_set:
values.append(row[column_name])
return values
return values

0 comments on commit 4654b51

Please sign in to comment.