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