Skip to content

Commit

Permalink
Lint again..
Browse files Browse the repository at this point in the history
  • Loading branch information
shiva-menta committed Apr 24, 2024
1 parent 139bf45 commit 11321d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/review/management/commands/precompute_pcr_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def precompute_pcr_views(verbose=False, is_new_data=False):
print(
f"{total_count} course reviews covered, {has_count} of which were already in the",
f" database. {len(objs_to_insert)} course reviews were created.",
f" {len(objs_to_update)} course reviews were updated."
f" {len(objs_to_update)} course reviews were updated.",
)

# Bulk create / update objects.
Expand Down

0 comments on commit 11321d3

Please sign in to comment.