From 165d97eeffe9fe3f5f8fd66dac80a37342743e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 27 Nov 2024 17:18:40 +0100 Subject: [PATCH] fix: missing type annotation --- tutor/plugins/openedx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.