From e5b0e5e8690dd025e37fdf8ce8c10e8da51b0d60 Mon Sep 17 00:00:00 2001 From: Lila Date: Sun, 27 Oct 2024 11:30:41 +0000 Subject: [PATCH] Update __init__.py Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- __init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 14360e7cf..0bb9710b8 100644 --- a/__init__.py +++ b/__init__.py @@ -496,5 +496,4 @@ def unregister(): unregister_class(ExampleAddonPreferences) -new_test_array = [ - "Badly formatted!"] \ No newline at end of file +new_test_array = ["Badly formatted!"] \ No newline at end of file