From d3ce94cf9ba47b1ec88c90d2c32928efd2b3d2a6 Mon Sep 17 00:00:00 2001 From: Muhammad Anas Date: Fri, 20 Dec 2024 10:49:28 +0500 Subject: [PATCH] fix: quality issues --- common/djangoapps/util/tests/test_memcache.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/djangoapps/util/tests/test_memcache.py b/common/djangoapps/util/tests/test_memcache.py index 957b43c3837e..0047e9fa66cf 100644 --- a/common/djangoapps/util/tests/test_memcache.py +++ b/common/djangoapps/util/tests/test_memcache.py @@ -3,9 +3,8 @@ """ -from django.conf import settings from django.core.cache import caches -from django.test import TestCase, override_settings +from django.test import TestCase from common.djangoapps.util.memcache import safe_key