fix: ignore type for MFE_APPS.add decorator
This commit is contained in:
parent
f1176aa4c9
commit
6ada8298f8
@ -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]:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user