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", )