From 5499a363f59d45396ad99adc31e633d06193c1b2 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 6 Mar 2025 13:25:07 -0500 Subject: [PATCH] lol --- tcf_website/views/browse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcf_website/views/browse.py b/tcf_website/views/browse.py index 5e8ffd875..6b8844aa5 100644 --- a/tcf_website/views/browse.py +++ b/tcf_website/views/browse.py @@ -2,7 +2,7 @@ # pylint: disable=too-many-locals """Views for Browse, department, and course/course instructor pages.""" -import json +import json from typing import Any from django.core.exceptions import ObjectDoesNotExist