From d81c2d8be52bac3e1d159e70964a987a16927047 Mon Sep 17 00:00:00 2001 From: Asad Ali Date: Thu, 31 Oct 2024 23:24:40 +0500 Subject: [PATCH] refactor: revert imports --- .../djangoapps/content/block_structure/tests/test_manager.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openedx/core/djangoapps/content/block_structure/tests/test_manager.py b/openedx/core/djangoapps/content/block_structure/tests/test_manager.py index b76e4d30d2..6e0580b7e8 100644 --- a/openedx/core/djangoapps/content/block_structure/tests/test_manager.py +++ b/openedx/core/djangoapps/content/block_structure/tests/test_manager.py @@ -1,11 +1,10 @@ -# pylint: disable=attribute-defined-outside-init """ Tests for manager.py """ +import pytest import ddt import pytest -from django.core.cache import cache from django.test import TestCase from edx_toggles.toggles.testutils import override_waffle_switch