From 71e1c5404177dc32c70b6810fd6ed6d6ba3454d2 Mon Sep 17 00:00:00 2001 From: Muhammad Anas Date: Fri, 20 Dec 2024 11:13:55 +0500 Subject: [PATCH] fix: quality issues --- common/djangoapps/util/memcache.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/djangoapps/util/memcache.py b/common/djangoapps/util/memcache.py index 98463ad1e7a..ce8c70219e2 100644 --- a/common/djangoapps/util/memcache.py +++ b/common/djangoapps/util/memcache.py @@ -7,7 +7,6 @@ import hashlib from urllib.parse import quote_plus -from django.conf import settings from django.utils.encoding import smart_str