From 83d6e76d671d0d9206ce39eac4de1fdf4e8c6b35 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Wed, 22 Sep 2021 09:42:47 +0500 Subject: [PATCH] django30, 31 testing. --- lms/envs/test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/envs/test.py b/lms/envs/test.py index c784318a9f..d43db2672c 100644 --- a/lms/envs/test.py +++ b/lms/envs/test.py @@ -20,7 +20,6 @@ from uuid import uuid4 import openid.oidutil from django.utils.translation import ugettext_lazy from edx_django_utils.plugins import add_plugins -from importlib.metadata import version from path import Path as path from openedx.core.djangoapps.plugins.constants import ProjectType, SettingsType