Skip to content

Commit

Permalink
fix: missing type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Nov 27, 2024
1 parent a63eeee commit 165d97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutor/plugins/openedx.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 165d97e

Please sign in to comment.