diff --git a/__init__.py b/__init__.py index 0bb9710b..14360e7c 100644 --- a/__init__.py +++ b/__init__.py @@ -496,4 +496,5 @@ 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