From 473ac195470c28ab26da1d5e69a07943471bf200 Mon Sep 17 00:00:00 2001 From: ilee2u Date: Thu, 27 Jul 2023 15:30:48 -0400 Subject: [PATCH] chore: more lint --- edx_exams/apps/lti/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edx_exams/apps/lti/views.py b/edx_exams/apps/lti/views.py index 4b333971..7cdc6824 100644 --- a/edx_exams/apps/lti/views.py +++ b/edx_exams/apps/lti/views.py @@ -3,8 +3,8 @@ """ -from decimal import Decimal import logging +from decimal import Decimal from urllib.parse import urljoin from django.contrib.auth import login