Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
el-agua committed Apr 8, 2024
1 parent e3e8ad8 commit 2ba26d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/courses/management/commands/recompute_topics.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def handle(self, *args, **kwargs):
)
recompute_topics(min_semester, verbose=True, allow_null_parent_topic=bool(min_semester))
recompute_historical_semester_probabilities(current_semester=semesters[-1], verbose=True)



def recompute_historical_semester_probabilities(current_semester, verbose=False):
Expand Down

0 comments on commit 2ba26d2

Please sign in to comment.