Fix bl_text_utils/external_editor.py broken __all__

Ref: !123910
This commit is contained in:
Andrej730 2024-06-28 21:07:53 +05:00 committed by Campbell Barton
parent 38237fe414
commit 87844ae24d

@ -3,7 +3,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
__all__ = (
"open_external_editor"
"open_external_editor",
)