diff --git a/tutornotes/plugin.py b/tutornotes/plugin.py index fe2e5a3..ffecb55 100644 --- a/tutornotes/plugin.py +++ b/tutornotes/plugin.py @@ -70,7 +70,7 @@ ) -@tutor_hooks.Filters.COMPOSE_MOUNTS.add() +@tutor_hooks.Filters.COMPOSE_MOUNTS.add() # type: ignore def _mount_edx_notes_api( volumes: list[tuple[str, str]], name: str ) -> list[tuple[str, str]]: @@ -118,7 +118,7 @@ def _mount_edx_notes_api( # Notes public hosts -@tutor_hooks.Filters.APP_PUBLIC_HOSTS.add() +@tutor_hooks.Filters.APP_PUBLIC_HOSTS.add() # type: ignore def _notes_public_hosts( hosts: list[str], context_name: t.Literal["local", "dev"] ) -> list[str]: