diff --git a/tutor/plugins/openedx.py b/tutor/plugins/openedx.py index f3b81c870f..78ed23589f 100644 --- a/tutor/plugins/openedx.py +++ b/tutor/plugins/openedx.py @@ -10,7 +10,7 @@ @hooks.Actions.PROJECT_ROOT_READY.add(priority=hooks.priorities.HIGH) -def _migrate_obsolete_nightly_root(root: str): +def _migrate_obsolete_nightly_root(root: str) -> None: """ Since Tutor switched from the "nightly" branch to the "main" branch, we automatically migrate data from the project root and the plugins root.