From 87844ae24dd71ea0259084e70768967e5735f14a Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 28 Jun 2024 21:07:53 +0500 Subject: [PATCH] Fix bl_text_utils/external_editor.py broken __all__ Ref: !123910 --- scripts/modules/bl_text_utils/external_editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/modules/bl_text_utils/external_editor.py b/scripts/modules/bl_text_utils/external_editor.py index 5f0f40ea22d..a89fc850070 100644 --- a/scripts/modules/bl_text_utils/external_editor.py +++ b/scripts/modules/bl_text_utils/external_editor.py @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later __all__ = ( - "open_external_editor" + "open_external_editor", )