From 6ada8298f87c1959683b43a5f91155a716a656cd Mon Sep 17 00:00:00 2001 From: Danyal-Faheem Date: Wed, 6 Mar 2024 14:54:10 +0500 Subject: [PATCH] fix: ignore type for MFE_APPS.add decorator --- tutorcredentials/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorcredentials/plugin.py b/tutorcredentials/plugin.py index 6d02a1d..7eeb734 100644 --- a/tutorcredentials/plugin.py +++ b/tutorcredentials/plugin.py @@ -65,7 +65,7 @@ tutor_hooks.Filters.CONFIG_OVERRIDES.add_items( ######################################## -@MFE_APPS.add() +@MFE_APPS.add() # type: ignore def _add_learner_record_mfe( apps: dict[str, MFE_ATTRS_TYPE] ) -> dict[str, MFE_ATTRS_TYPE]: