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