diff --git a/core/system_paths.py b/core/system_paths.py index ce519a15b6..8cf1ae6db2 100644 --- a/core/system_paths.py +++ b/core/system_paths.py @@ -6,6 +6,7 @@ """ from pathlib import Path + from talon import Context, Module, actions, app, registry mod = Module()