From 44385dc7bf0f14050f189218f171bb146bd7ec79 Mon Sep 17 00:00:00 2001 From: Lila Date: Sun, 27 Oct 2024 11:08:08 +0000 Subject: [PATCH] suggestions Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index fef32d227..0bb9710b8 100644 --- a/__init__.py +++ b/__init__.py @@ -495,5 +495,5 @@ def unregister(): addon_updater_ops.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