From bbf40e95e6dc4a07b102e8af7c4a845b094b0334 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 21:46:43 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- core/system_paths.py | 1 + 1 file changed, 1 insertion(+) 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()