From 5f63a7d8cb05676b4d3d4ae3300e35ce32e680c9 Mon Sep 17 00:00:00 2001 From: Muhammad Farhan Khan Date: Wed, 22 May 2024 12:40:33 +0500 Subject: [PATCH] fix: fix --- xblock/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xblock/core.py b/xblock/core.py index da396f40b..578d8ad60 100644 --- a/xblock/core.py +++ b/xblock/core.py @@ -120,7 +120,6 @@ def get_i18n_js_namespace(cls): """ return cls.i18n_js_namespace - @classmethod def open_local_resource(cls, uri): """