From 4dbefe33f4b2aba025f689ef95c56c3dace1461e Mon Sep 17 00:00:00 2001 From: salman2013 Date: Tue, 3 Oct 2023 08:59:21 +0500 Subject: [PATCH] chore: fix tests --- openedx/features/content_type_gating/tests/test_access.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openedx/features/content_type_gating/tests/test_access.py b/openedx/features/content_type_gating/tests/test_access.py index 3ad9ab2757..c42a530e3c 100644 --- a/openedx/features/content_type_gating/tests/test_access.py +++ b/openedx/features/content_type_gating/tests/test_access.py @@ -1,7 +1,6 @@ """ Test audit user's access to various content based on content-gating features. """ -import os from datetime import datetime, timedelta from unittest.mock import patch, Mock