From 65fd18bdcf16583aa4d0bb39de2e2611add90cd4 Mon Sep 17 00:00:00 2001 From: Asad Ali Date: Thu, 31 Oct 2024 23:26:23 +0500 Subject: [PATCH] refactor: revert imports --- .../djangoapps/content/block_structure/tests/test_manager.py | 1 - 1 file changed, 1 deletion(-) 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 6e0580b7e8..8e5b585ca8 100644 --- a/openedx/core/djangoapps/content/block_structure/tests/test_manager.py +++ b/openedx/core/djangoapps/content/block_structure/tests/test_manager.py @@ -4,7 +4,6 @@ Tests for manager.py import pytest import ddt -import pytest from django.test import TestCase from edx_toggles.toggles.testutils import override_waffle_switch