fix: ignore type for MFE_APPS.add decorator

This commit is contained in:
Danyal-Faheem 2024-03-06 14:54:10 +05:00 committed by Muhammad Faraz Maqsood
parent f1176aa4c9
commit 6ada8298f8

View File

@ -65,7 +65,7 @@ tutor_hooks.Filters.CONFIG_OVERRIDES.add_items(
######################################## ########################################
@MFE_APPS.add() @MFE_APPS.add() # type: ignore
def _add_learner_record_mfe( def _add_learner_record_mfe(
apps: dict[str, MFE_ATTRS_TYPE] apps: dict[str, MFE_ATTRS_TYPE]
) -> dict[str, MFE_ATTRS_TYPE]: ) -> dict[str, MFE_ATTRS_TYPE]: