From c544538bc1d5f29af511d9ad8db33c20741c644e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 7 May 2026 20:12:02 +0200 Subject: [PATCH] Refine docstring: Update description to use 'desktop toolkit imports' instead of 'desktop GUI imports' --- concept_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concept_api.py b/concept_api.py index 608fd92..8e6a64a 100644 --- a/concept_api.py +++ b/concept_api.py @@ -4,7 +4,7 @@ """ Headless backend actions for the Concept Maker app. -This module exposes JSON actions for the Tauri UI without desktop GUI imports. +This module exposes JSON actions for the Tauri UI without desktop toolkit imports. """ from __future__ import annotations