Skip to content

Commit 7db48ef

Browse files
committed
should be the last linting fix
1 parent d94157d commit 7db48ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcf_website/views/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,4 @@ def apply_filters(results, filters):
229229
time_filtered = Course.filter_by_time(days=weekdays, start_time=from_time, end_time=to_time)
230230
results = results.filter(id__in=time_filtered.values_list("id", flat=True))
231231

232-
return results
232+
return results

0 commit comments

Comments
 (0)