From 27dc9167b174f390934051a603b88550c08e69eb Mon Sep 17 00:00:00 2001 From: Zia Fazal Date: Fri, 22 Dec 2023 11:28:32 +0500 Subject: [PATCH] fix: fix quality violation --- openedx_cmi5_xblock/openedx_cmi5_xblock.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openedx_cmi5_xblock/openedx_cmi5_xblock.py b/openedx_cmi5_xblock/openedx_cmi5_xblock.py index 351fe86..2198d22 100644 --- a/openedx_cmi5_xblock/openedx_cmi5_xblock.py +++ b/openedx_cmi5_xblock/openedx_cmi5_xblock.py @@ -611,4 +611,3 @@ def cmi5_location(): class CMI5Error(Exception): """Base exception class for CMI5-related errors.""" -