From 4a01138a4c91343003312f6aa4db6674982e71d1 Mon Sep 17 00:00:00 2001 From: Danyal-Faheem Date: Wed, 6 Mar 2024 14:38:03 +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..a48c5dc 100644 --- a/tutorcredentials/plugin.py +++ b/tutorcredentials/plugin.py @@ -65,7 +65,7 @@ ######################################## -@MFE_APPS.add() +@MFE_APPS.add() #type: ignore def _add_learner_record_mfe( apps: dict[str, MFE_ATTRS_TYPE] ) -> dict[str, MFE_ATTRS_TYPE]: