Skip to content

Commit

Permalink
fix: ignore type for MFE_APPS.add decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyal-Faheem committed Mar 6, 2024
1 parent 397b2fc commit 4a01138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorcredentials/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down

0 comments on commit 4a01138

Please sign in to comment.