From f0112deb2c692890583bcba97c79c484e65e59ca Mon Sep 17 00:00:00 2001 From: Yagnesh1998 <127923546+Yagnesh1998@users.noreply.github.com> Date: Thu, 22 Jun 2023 15:17:09 +0530 Subject: [PATCH] feat: Update test_models.py --- .../core/djangoapps/content/block_structure/tests/test_models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openedx/core/djangoapps/content/block_structure/tests/test_models.py b/openedx/core/djangoapps/content/block_structure/tests/test_models.py index 443c722aed..39bb68b094 100644 --- a/openedx/core/djangoapps/content/block_structure/tests/test_models.py +++ b/openedx/core/djangoapps/content/block_structure/tests/test_models.py @@ -9,7 +9,6 @@ from unittest.mock import Mock, patch import ddt import pytest -from django.conf import settings from django.core.exceptions import SuspiciousOperation from django.test import TestCase from django.utils.timezone import now